Advertisement
Guest User

BBB cross dev

a guest
Dec 10th, 2013
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. 00:00:36 **** Incremental Build of configuration Debug for project HiWorld ****
  2. make all
  3. Building file: ../src/HiWorld.cpp
  4. Invoking: Cross ARM C++ Compiler
  5. arm-none-eabi-g++ -mcpu=arm8 -mthumb -O0 -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall -g3 -MMD -MP -MF"src/HiWorld.d" -MT"src/HiWorld.d" -c -o "src/HiWorld.o" "../src/HiWorld.cpp"
  6. ../src/HiWorld.cpp:1:0: warning: target CPU does not support THUMB instructions [enabled by default]
  7. Finished building: ../src/HiWorld.cpp
  8.  
  9. Building target: HiWorld.elf
  10. Invoking: Cross ARM C++ Linker
  11. arm-none-eabi-g++ -mcpu=arm8 -mthumb -O0 -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall -g3 -Xlinker --gc-sections -Wl,-Map,"HiWorld.map" --specs=rdimon.specs -Wl,--start-group -lgcc -lc -lc -lm -lrdimon -Wl,--end-group -o "HiWorld.elf" ./src/HiWorld.o
  12. Finished building target: HiWorld.elf
  13.  
  14. Invoking: Cross ARM GNU Create Flash Image
  15. arm-none-eabi-objcopy "HiWorld.elf" -O ihex "HiWorld.hex"
  16. Finished building: HiWorld.hex
  17.  
  18. Invoking: Cross ARM GNU Create Listing
  19. arm-none-eabi-objdump "HiWorld.elf" --source --all-headers --demangle --line-numbers --wide > "HiWorld.lst"
  20. Finished building: HiWorld.lst
  21.  
  22. Invoking: Cross ARM GNU Print Size
  23. arm-none-eabi-size --format=berkeley "HiWorld.elf"
  24. text data bss dec hex filename
  25. 216080 2772 8032 226884 37644 HiWorld.elf
  26. Finished building: HiWorld.siz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement