Advertisement
Guest User

verbose compiler output

a guest
Sep 5th, 2014
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.11 KB | None | 0 0
  1. **** Build of configuration Debug for project BitReverse ****
  2.  
  3. make all
  4. Building file: ../bitreverse.c
  5. Invoking: AVR Compiler
  6. avr-gcc -Wall -g2 -gstabs -O0 -fpack-struct -fshort-enums -ffunction-sections -fdata-sections -std=gnu99 -funsigned-char -funsigned-bitfields -v -mmcu=atmega2560 -DF_CPU=16000000UL -MMD -MP -MF"bitreverse.d" -MT"bitreverse.d" -c -o "bitreverse.o" "../bitreverse.c"
  7. Using built-in specs.
  8. Target: avr
  9. Configured with: ../gcc-4.3.3/configure --enable-win32-registry=WinAVR-20100110 --with-gmp=/usr/local --with-mpfr=/usr/local --prefix=/c/WinAVR --target=avr --enable-languages=c,c++,objc --with-dwarf2 --enable-doc --disable-shared --disable-libada --disable-libssp --disable-nls --with-pkgversion='WinAVR 20100110' --with-bugurl='URL:http://sourceforge.net/tracker/?atid=520074&group_id=68108&func=browse'
  10. Thread model: single
  11. gcc version 4.3.3 (WinAVR 20100110)
  12. COLLECT_GCC_OPTIONS='-Wall' '-g2' '-gstabs' '-O0' '-fpack-struct' '-fshort-enums' '-ffunction-sections' '-fdata-sections' '-std=gnu99' '-funsigned-char' '-funsigned-bitfields' '-v' '-mmcu=atmega2560' '-DF_CPU=16000000UL' '-MMD' '-MP' '-MFbitreverse.d' '-MTbitreverse.d' '-c' '-o' 'bitreverse.o'
  13. c:/winavr-20100110/bin/../libexec/gcc/avr/4.3.3/cc1.exe -quiet -v -imultilib avr6 -iprefix c:\winavr-20100110\bin\../lib/gcc/avr/4.3.3/ -MMD bitreverse.d -MFbitreverse.d -MP -MTbitreverse.d -MQ bitreverse.o -DF_CPU=16000000UL ../bitreverse.c -quiet -dumpbase bitreverse.c -mmcu=atmega2560 -auxbase-strip bitreverse.o -g2 -gstabs -O0 -Wall -std=gnu99 -version -fpack-struct -fshort-enums -ffunction-sections -fdata-sections -funsigned-char -funsigned-bitfields -o C:\Users\xxx\AppData\Local\Temp/ccCefE75.s
  14. ignoring nonexistent directory "c:/winavr-20100110/lib/gcc/../../avr/sys-include"
  15. #include "..." search starts here:
  16. #include <...> search starts here:
  17. c:\winavr-20100110\bin\../lib/gcc/avr/4.3.3/include
  18. c:\winavr-20100110\bin\../lib/gcc/avr/4.3.3/include-fixed
  19. c:/winavr-20100110/lib/gcc/../../lib/gcc/avr/4.3.3/include
  20. c:/winavr-20100110/lib/gcc/../../lib/gcc/avr/4.3.3/include-fixed
  21. c:/winavr-20100110/lib/gcc/../../avr/include
  22. End of search list.
  23. GNU C (WinAVR 20100110) version 4.3.3 (avr)
  24. compiled by GNU C version 3.4.5 (mingw-vista special r3), GMP version 4.2.3, MPFR version 2.4.1.
  25. GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
  26. Compiler executable checksum: 61d68a374065d489330774d2533cbbdf
  27. COLLECT_GCC_OPTIONS='-Wall' '-g2' '-gstabs' '-O0' '-fpack-struct' '-fshort-enums' '-ffunction-sections' '-fdata-sections' '-std=gnu99' '-funsigned-char' '-funsigned-bitfields' '-v' '-mmcu=atmega2560' '-DF_CPU=16000000UL' '-MMD' '-MP' '-MFbitreverse.d' '-MTbitreverse.d' '-c' '-o' 'bitreverse.o'
  28. c:/winavr-20100110/bin/../lib/gcc/avr/4.3.3/../../../../avr/bin/as.exe -mmcu=atmega2560 -o bitreverse.o C:\Users\xxx\AppData\Local\Temp/ccCefE75.s
  29. C:\Users\xxx\AppData\Local\Temp/ccCefE75.s: Assembler messages:
  30. C:\Users\xxx\AppData\Local\Temp/ccCefE75.s:349: Error: constant value required
  31. C:\Users\xxx\AppData\Local\Temp/ccCefE75.s:350: Error: constant value required
  32. make: *** [bitreverse.o] Error 1
  33.  
  34. **** Build Finished ****
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement