I am developing a project for LPC54018 iot module where I am using MDK toolchain to compile the project through the command line. I am developing cmake based build environment.
While compiling, I am facing the error "No section matches selector - no section to be FIRST/LAST". What is the issue and How I can resolve this?
Probably a disparity between the startup.s file and the scatter file the linker is using.
Missing main()...?
Likely entirely missing a startup file.
Yes. How can I link the startup file using CMake?
That's not a Keil thing, is it?
using toolchain of Keil. but developing project to build using the command line.
View all questions in Keil forum