• How to suppress an error
    In ST motor control code I have a section that compiles with warnings in the STM32CubeIDE & build okay but in Keil MDK gives an error and won't build. #define PH_KIDIV_LOG 38 #define PH_KDDIV_LOG 10...
  • Linker Error: Related to ENTRY Point
    Note: This was originally posted on 31st August 2010 at http://forums.arm.com Hi all, I am using --entry=startup option with the armlink command. The command I am using is:- armlink  --cpu=cortex-m3 ...
  • Setting an entry point
    Note: This was originally posted on 23rd May 2013 at http://forums.arm.com Hello, Finally I managed to build a static library and I have a xyz.a file and some xyzs.o files.  The entry point is xyz_init...
  • L6314W: No section matches pattern overlay_two.o(ZI).
    Hi, I am trying to run the overlay example code on MCB1200 with FREERTOS and recieving this warning .\embedded_scat.scat(54): warning: L6314W: No section matches pattern overlay_two.o(ZI). I...
  • L6314W: No section matches pattern overlay_two.o(ZI).
    Hi I am trying to run the overlay example on MCB1200 eval board and keep on receiving this error L6314W: No section matches pattern overlay_two.o(ZI). Please help me...