Advertisement
Guest User

Untitled

a guest
Jun 18th, 2011
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 2.55 KB | None | 0 0
  1. # ./avr-gcc-4.7.0 -Os -S -mmcu=atmega8 /home/oliver/AVR/io/test.cc --save-temps --verbose
  2. Using built-in specs.
  3. COLLECT_GCC=./avr-gcc-4.7.0
  4. COLLECT_LTO_WRAPPER=/usr/local/avr/libexec/gcc/avr/4.7.0/lto-wrapper
  5. Target: avr
  6. Configured with: ../trunk/configure --target=avr --prefix=/usr/local/avr/ --disable-nls --enable-languages=c,c++
  7. Thread model: single
  8. gcc version 4.7.0 20110618 (experimental) (GCC)
  9. COLLECT_GCC_OPTIONS='-Os' '-S' '-mmcu=atmega8' '-save-temps' '-v'
  10.  /usr/local/avr/libexec/gcc/avr/4.7.0/cc1plus -E -quiet -v -imultilib avr4 /home/oliver/AVR/io/test.cc -mmcu=atmega8 -Os -fpch-preprocess -fno-rtti -fno-enforce-eh-specs -fno-exceptions -o test.ii
  11. ignoring nonexistent directory "/usr/local/avr/lib/gcc/avr/4.7.0/../../../../avr/include/c++/4.7.0"
  12. ignoring nonexistent directory "/usr/local/avr/lib/gcc/avr/4.7.0/../../../../avr/include/c++/4.7.0/avr/avr4"
  13. ignoring nonexistent directory "/usr/local/avr/lib/gcc/avr/4.7.0/../../../../avr/include/c++/4.7.0/backward"
  14. ignoring nonexistent directory "/usr/local/avr/lib/gcc/avr/4.7.0/../../../../avr/sys-include"
  15. #include "..." search starts here:
  16. #include <...> search starts here:
  17.  /usr/local/avr/lib/gcc/avr/4.7.0/include
  18.  /usr/local/avr/lib/gcc/avr/4.7.0/include-fixed
  19.  /usr/local/avr/lib/gcc/avr/4.7.0/../../../../avr/include
  20. End of search list.
  21. COLLECT_GCC_OPTIONS='-Os' '-S' '-mmcu=atmega8' '-save-temps' '-v'
  22.  /usr/local/avr/libexec/gcc/avr/4.7.0/cc1plus -fpreprocessed test.ii -quiet -dumpbase test.cc -mmcu=atmega8 -auxbase test -Os -version -o test.s -fno-rtti -fno-enforce-eh-specs -fno-exceptions
  23. GNU C++ (GCC) version 4.7.0 20110618 (experimental) (avr)
  24.     compiled by GNU C version 4.6.1 20110526 (prerelease), GMP version 5.0.1, MPFR version 3.0.1-p3, MPC version 0.9
  25. GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
  26. GNU C++ (GCC) version 4.7.0 20110618 (experimental) (avr)
  27.     compiled by GNU C version 4.6.1 20110526 (prerelease), GMP version 5.0.1, MPFR version 3.0.1-p3, MPC version 0.9
  28. GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
  29. Compiler executable checksum: b1cc6a067bcd1e75ac5a4bf1261642a0
  30. COMPILER_PATH=/usr/local/avr/libexec/gcc/avr/4.7.0/:/usr/local/avr/libexec/gcc/avr/4.7.0/:/usr/local/avr/libexec/gcc/avr/:/usr/local/avr/lib/gcc/avr/4.7.0/:/usr/local/avr/lib/gcc/avr/
  31. LIBRARY_PATH=/usr/local/avr/lib/gcc/avr/4.7.0/avr4/:/usr/local/avr/lib/gcc/avr/4.7.0/../../../../avr/lib/avr4/:/usr/local/avr/lib/gcc/avr/4.7.0/:/usr/local/avr/lib/gcc/avr/4.7.0/../../../../avr/lib/
  32. COLLECT_GCC_OPTIONS='-Os' '-S' '-mmcu=atmega8' '-save-temps' '-v'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement