Advertisement
Guest User

Untitled

a guest
Mar 24th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. mbed export -m LPC1768 -i gnuarmeclipse
  2. Scan: .
  3. Scan: FEATURE_BLE
  4. Scan: FEATURE_LWIP
  5. Scan: FEATURE_ETHERNET_HOST
  6. Scan: FEATURE_LOWPAN_BORDER_ROUTER
  7. Scan: FEATURE_LOWPAN_HOST
  8. Scan: FEATURE_LOWPAN_ROUTER
  9. Scan: FEATURE_NANOSTACK
  10. Scan: FEATURE_NANOSTACK_FULL
  11. Scan: FEATURE_THREAD_BORDER_ROUTER
  12. Scan: FEATURE_THREAD_END_DEVICE
  13. Scan: FEATURE_THREAD_ROUTER
  14.  
  15. Create a GNU ARM Eclipse C++ managed project
  16. Project name: BBB
  17. Target: LPC1768
  18. Toolchain: GCC_ARM
  19. Source folders: 13, with 55 exclusions
  20. Include folders: 32
  21. Symbols: 38
  22. Linker script: mbed-os/targets/TARGET_NXP/TARGET_LPC176X/device/TOOLCHAIN_GCC_ARM/LPC1768.ld
  23.  
  24. Build configuration: Debug
  25. Common flags: -c -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -fmessage-length=0 -fno-exceptions -fno-builtin -ffunction-sections -fdata-sections -funsigned-char -MMD -fno-delete-null-pointer-checks -fomit-frame-pointer -O0 -g3 -mcpu=cortex-m3 -mthumb
  26. C++ flags: -std=gnu++98 -fno-rtti -Wvla -include mbed_config.h
  27. C flags: -std=gnu99 -include mbed_config.h
  28. ASM flags: -x assembler-with-cpp
  29. Linker flags: -Wl,--gc-sections -Wl,--wrap,main -Wl,--wrap,_malloc_r -Wl,--wrap,_free_r -Wl,--wrap,_realloc_r -Wl,--wrap,_calloc_r -Wl,--wrap,exit -Wl,--wrap,atexit -mcpu=cortex-m3 -mthumb
  30.  
  31. Build configuration: Develop
  32. Common flags: -c -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -fmessage-length=0 -fno-exceptions -fno-builtin -ffunction-sections -fdata-sections -funsigned-char -MMD -fno-delete-null-pointer-checks -fomit-frame-pointer -Os -mcpu=cortex-m3 -mthumb
  33. C++ flags: -std=gnu++98 -fno-rtti -Wvla -include mbed_config.h
  34. C flags: -std=gnu99 -include mbed_config.h
  35. ASM flags: -x assembler-with-cpp
  36. Linker flags: -Wl,--gc-sections -Wl,--wrap,main -Wl,--wrap,_malloc_r -Wl,--wrap,_free_r -Wl,--wrap,_realloc_r -Wl,--wrap,_calloc_r -Wl,--wrap,exit -Wl,--wrap,atexit -mcpu=cortex-m3 -mthumb
  37.  
  38. Build configuration: Release
  39. Common flags: -c -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -fmessage-length=0 -fno-exceptions -fno-builtin -ffunction-sections -fdata-sections -funsigned-char -MMD -fno-delete-null-pointer-checks -fomit-frame-pointer -Os -DNDEBUG -mcpu=cortex-m3 -mthumb
  40. C++ flags: -std=gnu++98 -fno-rtti -Wvla -include mbed_config.h
  41. C flags: -std=gnu99 -include mbed_config.h
  42. ASM flags: -x assembler-with-cpp
  43. Linker flags: -Wl,--gc-sections -Wl,--wrap,main -Wl,--wrap,_malloc_r -Wl,--wrap,_free_r -Wl,--wrap,_realloc_r -Wl,--wrap,_calloc_r -Wl,--wrap,exit -Wl,--wrap,atexit -mcpu=cortex-m3 -mthumb
  44.  
  45. Done. Import the 'BBB' project in Eclipse.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement