Skip to main content
ulao
Associate III
November 15, 2022
Question

not a custom to non make files, how do I add my source files?

  • November 15, 2022
  • 1 reply
  • 642 views

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.

This topic has been closed for replies.

1 reply

ulao
ulaoAuthor
Associate III
November 15, 2022

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?