I'm getting error message "No Input Section Linked In" , My project map shows no alocation of memory I am only using .bss .text, .reset in my code. Does anyone have any idea what I can be doing wrong
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I'm getting error message "No Input Section Linked In" , My project map shows no alocation of memory I am only using .bss .text, .reset in my code. Does anyone have any idea what I can be doing wrong
The message "no input section is linked in" means you haven't added any object files at the link step. Make sure your source files are recognized as source files in your project. Try "build all" and look at the build console; are you able to see your files being compiled?