Menu

#2260 error library

closed-rejected
None
other
1
2014-03-14
2014-03-14
ares
No

'Building target: test.hex'
'Invoking: SDCC Linker'
"C:\DAVE-Bench-201\SDCC_XC800\bin\sdcc" -mXC800 -pXC886_8FF --model-medium --iram-size 0x100 -Wl -bBSEG=0x20 --xram-loc 0xF000 --xram-size 0x600 --code-loc 0x0000 --code-size 0x8000 --data-loc 0x00 --idata-loc 0x80 --stack-loc 0x80 -Wl -bPSEG=0xF000 -Wl -l"C:\DAVE-Bench-201\SDCC_XC800\include" -l"C:\SDCC\lib\src" -l"C:\DAVE-Bench-201\SDCC_XC800\include\asm\xc800" -l"C:\DAVE-Bench-201\SDCC_XC800\include\xc800" --lib-path"C:\DAVE-Bench-201\SDCC_XC800\include\xc800" --lib-path"C:\SDCC\lib\src" --lib-path"C:\DAVE-Bench-201\SDCC_XC800\include\asm\xc800" --lib-path"C:\DAVE-Bench-201\SDCC_XC800\include" -o "./test.hex" "./ADC.rel" "./CC6.rel" "./Cc6.rel" "./INT.rel" "./IO.rel" "./Int.rel" "./Keyboard.rel" "./MAIN.rel" "./MemInitxc88x.rel" "./SHARED_INT.rel" "./SSC.rel" "./Scheduler.rel" "./Shared_int.rel" "./SpeedProfileTab.rel" "./Ssc.rel" "./T01.rel" "./T2.rel" "./Vf_functions.rel" "./XC8Memory.rel" "./flash_functions.rel" "./startupxc886.rel"
?ASlink-Warning-Couldn't find library 'include.lib'
?ASlink-Warning-Couldn't find library 'C:\SDCC\lib\src'
?ASlink-Warning-Couldn't find library 'C:\DAVE-Bench-201\SDCC_XC800\include\asm\xc800'
?ASlink-Warning-Couldn't find library 'C:\DAVE-Bench-201\SDCC_XC800\include\xc800'
ERROR: Undefined Global '__xc886_genRAMCLEAR' referenced by module 'MAIN'
make: *** [test.hex] Error 1

I get an error about libraries of sdcc compiler, how can i fix this problem? I use Dave Bench program with SDCC and I am using windows 32 operating system.

Discussion

  • Maarten Brock

    Maarten Brock - 2014-03-14
    • status: open --> closed-rejected
     
  • Maarten Brock

    Maarten Brock - 2014-03-14

    The SDCC that comes with DAVE-Bench is a modified version that is not supported by the developers at SourceForge. Please contact the distributor of this version.

     

Log in to post a comment.