Advertisement
Guest User

Untitled

a guest
Nov 3rd, 2014
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.59 KB | None | 0 0
  1. Compiler Options
  2. arm-none-eabi-gcc -c -mcpu=cortex-m4 -O0 -ggdb -fomit-frame-pointer -falign-functions=16 -fverbose-asm -ffunction-sections -fdata-sections -fno-common -Wall -Wextra -Wstrict-prototypes -Wa,-alms=build/lst/ -DCORTEX_USE_FPU=FALSE -DTHUMB_PRESENT -mno-thumb-interwork -DTHUMB_NO_INTERWORKING -MD -MP -MF .dep/build.d -I. -IChibiOS-RT-Community/os/ports/common/ARMCMx/CMSIS/include -IChibiOS-RT-Community/os/ports/common/ARMCMx -IChibiOS-RT-Community/os/ports/GCC/ARMCMx -IChibiOS-RT-Community/os/ports/GCC/ARMCMx/STM32F4xx -IChibiOS-RT-Community/os/kernel/include -IChibiOS-RT-Community/test -IChibiOS-RT-Community/os/hal/include -IChibiOS-RT-Community/os/hal/platforms/STM32F4xx -IChibiOS-RT-Community/os/hal/platforms/STM32 -IChibiOS-RT-Community/os/hal/platforms/STM32/DMA2Dv1 -IChibiOS-RT-Community/os/hal/platforms/STM32/GPIOv2 -IChibiOS-RT-Community/os/hal/platforms/STM32/I2Cv1 -IChibiOS-RT-Community/os/hal/platforms/STM32/LTDCv1 -IChibiOS-RT-Community/os/hal/platforms/STM32/OTGv1 -IChibiOS-RT-Community/os/hal/platforms/STM32/RTCv2 -IChibiOS-RT-Community/os/hal/platforms/STM32/SPIv1 -IChibiOS-RT-Community/os/hal/platforms/STM32/TIMv1 -IChibiOS-RT-Community/os/hal/platforms/STM32/USARTv1 -Iugfx/boards/base/Mikromedia-STM32-M4-ILI9341/ChibiOS_Board -IChibiOS-RT-Community/os/various/devices_lib/accel -IChibiOS-RT-Community/os/various -Iugfx -Iugfx/src/gdisp/mcufont -Iugfx/3rdparty/tinygl-0.4-ugfx/include -Iugfx/drivers/gdisp/ILI9341 main.c -o main.o
  3.  
  4. mkdir -p build/obj
  5. mkdir -p build/lst
  6. Compiling crt0.c
  7. Compiling vectors.c
  8. Compiling chcore.c
  9. Compiling chcore_v7m.c
  10. Compiling nvic.c
  11. Compiling chsys.c
  12. Compiling chdebug.c
  13. Compiling chlists.c
  14. Compiling chvt.c
  15. Compiling chschd.c
  16. Compiling chthreads.c
  17. Compiling chdynamic.c
  18. Compiling chregistry.c
  19. Compiling chsem.c
  20. Compiling chmtx.c
  21. Compiling chcond.c
  22. Compiling chevents.c
  23. Compiling chmsg.c
  24. Compiling chmboxes.c
  25. Compiling chqueues.c
  26. Compiling chmemcore.c
  27. Compiling chheap.c
  28. Compiling chmempools.c
  29. Compiling test.c
  30. In file included from ChibiOS-RT-Community/os/hal/include/hal.h:36:0,
  31. from ChibiOS-RT-Community/test/test.c:26:
  32. ChibiOS-RT-Community/os/hal/platforms/STM32F4xx/hal_lld.h:1346:2: error: #error "STM32_PLLVCO outside acceptable range (STM32_PLLVCO_MIN...STM32_PLLVCO_MAX)"
  33. #error "STM32_PLLVCO outside acceptable range (STM32_PLLVCO_MIN...STM32_PLLVCO_MAX)"
  34. ^
  35. ChibiOS-RT-Community/os/hal/platforms/STM32F4xx/hal_lld.h:1358:2: error: #error "STM32_PLLCLKOUT outside acceptable range (STM32_PLLOUT_MIN...STM32_PLLOUT_MAX)"
  36. #error "STM32_PLLCLKOUT outside acceptable range (STM32_PLLOUT_MIN...STM32_PLLOUT_MAX)"
  37. ^
  38. ChibiOS-RT-Community/os/hal/platforms/STM32F4xx/hal_lld.h:1378:2: error: #error "STM32_SYSCLK above maximum rated frequency (STM32_SYSCLK_MAX)"
  39. #error "STM32_SYSCLK above maximum rated frequency (STM32_SYSCLK_MAX)"
  40. ^
  41. ChibiOS-RT-Community/os/hal/platforms/STM32F4xx/hal_lld.h:1447:2: error: #error "STM32_HCLK exceeding maximum frequency (STM32_SYSCLK_MAX)"
  42. #error "STM32_HCLK exceeding maximum frequency (STM32_SYSCLK_MAX)"
  43. ^
  44. ChibiOS-RT-Community/os/hal/platforms/STM32F4xx/hal_lld.h:1471:2: error: #error "STM32_PCLK1 exceeding maximum frequency (STM32_PCLK1_MAX)"
  45. #error "STM32_PCLK1 exceeding maximum frequency (STM32_PCLK1_MAX)"
  46. ^
  47. ChibiOS-RT-Community/os/hal/platforms/STM32F4xx/hal_lld.h:1495:2: error: #error "STM32_PCLK2 exceeding maximum frequency (STM32_PCLK2_MAX)"
  48. #error "STM32_PCLK2 exceeding maximum frequency (STM32_PCLK2_MAX)"
  49. ^
  50. In file included from ChibiOS-RT-Community/os/hal/include/spi.h:86:0,
  51. from ChibiOS-RT-Community/os/hal/include/hal.h:60,
  52. from ChibiOS-RT-Community/test/test.c:26:
  53. ChibiOS-RT-Community/os/hal/platforms/STM32/SPIv1/spi_lld.h:344:2: error: #error "SPI5 not present in the selected device"
  54. #error "SPI5 not present in the selected device"
  55. ^
  56. ChibiOS-RT-Community/os/hal/platforms/STM32/SPIv1/spi_lld.h:458:2: error: #error "invalid DMA stream associated to SPI5 RX"
  57. #error "invalid DMA stream associated to SPI5 RX"
  58. ^
  59. ChibiOS-RT-Community/os/hal/platforms/STM32/SPIv1/spi_lld.h:463:2: error: #error "invalid DMA stream associated to SPI5 TX"
  60. #error "invalid DMA stream associated to SPI5 TX"
  61. ^
  62. In file included from ChibiOS-RT-Community/os/hal/include/usb.h:332:0,
  63. from ChibiOS-RT-Community/os/hal/include/hal.h:62,
  64. from ChibiOS-RT-Community/test/test.c:26:
  65. ChibiOS-RT-Community/os/hal/platforms/STM32/OTGv1/usb_lld.h:178:2: error: #error "the USB OTG driver requires a 48MHz clock"
  66. #error "the USB OTG driver requires a 48MHz clock"
  67. ^
  68. gmake: *** [build/obj/test.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement