2022-11-15 11:22 AM
using CUBE IDE here.
I see how to add other header paths but I'm sure I need to tell the compiler I made a new folder off of src and for it to add my source files. Is there a way to tell the linker I have another c file?
under the source location , I can only add the debug folder, it does not let me add any others.
2022-11-15 11:36 AM
oh here wo go.
https://hackmd.io/@quency/rJzJXx2UP
if I have this
src
|__myfolder
do I need to add both src/ and src/myfolder or is src enough?