Advertisement
Narayan

cpmpilation output

Nov 23rd, 2014
436
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.72 KB | None | 0 0
  1. Starting make ...
  2.  
  3. cd "/media/Storage/Dropbox/ISEC/LEE_2012-2013/2º Ano/Cadeiras_2A_1S/uControladores/Proj_game_14-15"
  4. make -f "/media/Storage/Dropbox/ISEC/LEE_2012-2013/2º Ano/Cadeiras_2A_1S/uControladores/Proj_game_14-15/Makefile"  
  5. sdcc -mmcs51 --iram-size 256 --xram-size 65536 --code-size 65536 --nooverlay --noinduction --verbose --debug -V --std-sdcc99 --model-large -I "/media/Storage/Dropbox/ISEC/LEE_2012-2013/2º Ano/Cadeiras_2A_1S/Microprocessadores/sdcc-3.4.0" -c -o lcd.rel lcd.c
  6. sdcc: Calling preprocessor...
  7. + /usr/local/bin/sdcpp -nostdinc -Wall -I/media/Storage/Dropbox/ISEC/LEE_2012-2013/2º Ano/Cadeiras_2A_1S/Microprocessadores/sdcc-3.4.0 -obj-ext=.rel -D__SDCC_NOOVERLAY -DSDCC_NOOVERLAY -D__SDCC_MODEL_LARGE -DSDCC_MODEL_LARGE -D__SDCC_FLOAT_REENT -DSDCC_FLOAT_REENT -D__SDCC=3_4_0 -DSDCC=340 -D__SDCC_REVISION=8981 -DSDCC_REVISION=8981 -D__SDCC_mcs51 -DSDCC_mcs51 -D__mcs51 -D__STDC_NO_COMPLEX__ -D__STDC_NO_THREADS__ -D__STDC_NO_ATOMICS__ -D__STDC_NO_VLA__ -isystem /usr/local/bin/../share/sdcc/include/mcs51 -isystem /usr/local/share/sdcc/include/mcs51 -isystem /usr/local/bin/../share/sdcc/include -isystem /usr/local/share/sdcc/include  lcd.c
  8. sdcc: Generating code...
  9. sdcc: Calling assembler...
  10. + /usr/local/bin/sdas8051 -plosgffwy lcd.rel lcd.asm
  11. sdcc -mmcs51 --iram-size 256 --xram-size 65536 --code-size 65536 --nooverlay --noinduction --verbose --debug -V --std-sdcc99 --model-large -I "/media/Storage/Dropbox/ISEC/LEE_2012-2013/2º Ano/Cadeiras_2A_1S/Microprocessadores/sdcc-3.4.0" -o program main.c lcd.rel multiplexed_led.rel simple_keypad.rel
  12. Multiple definition of G$delaysetopt$0$0
  13. Multiple definition of _delaysetopt
  14. sdcc: Calling preprocessor...
  15. + /usr/local/bin/sdcpp -nostdinc -Wall -I/media/Storage/Dropbox/ISEC/LEE_2012-2013/2º Ano/Cadeiras_2A_1S/Microprocessadores/sdcc-3.4.0 -obj-ext=.rel -D__SDCC_NOOVERLAY -DSDCC_NOOVERLAY -D__SDCC_MODEL_LARGE -DSDCC_MODEL_LARGE -D__SDCC_FLOAT_REENT -DSDCC_FLOAT_REENT -D__SDCC=3_4_0 -DSDCC=340 -D__SDCC_REVISION=8981 -DSDCC_REVISION=8981 -D__SDCC_mcs51 -DSDCC_mcs51 -D__mcs51 -D__STDC_NO_COMPLEX__ -D__STDC_NO_THREADS__ -D__STDC_NO_ATOMICS__ -D__STDC_NO_VLA__ -isystem /usr/local/bin/../share/sdcc/include/mcs51 -isystem /usr/local/share/sdcc/include/mcs51 -isystem /usr/local/bin/../share/sdcc/include -isystem /usr/local/share/sdcc/include  main.c
  16. sdcc: Generating code...
  17. sdcc: Calling assembler...
  18. + /usr/local/bin/sdas8051 -plosgffwy program.rel program.asm
  19. sdcc: Calling linker...
  20. sdcc: Calling linker...
  21. + /usr/local/bin/sdld -nf program.lk
  22. + /usr/local/bin/sdld -nf program.lk returned errorcode 512
  23. /media/Storage/Dropbox/ISEC/LEE_2012-2013/2º Ano/Cadeiras_2A_1S/uControladores/Proj_game_14-15/Makefile:15: recipe for target 'program' failed
  24. make: *** [program] Error 1
  25.  
  26. Compilation FAILED
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement