Closed manu-aesim closed 1 year ago
Hi Manu,
Do you consider to implement this function to use simba to call the compiler for all C-code/header file. Perhaps by providing the directory of the code files and the main file
I think for me it will be a little confusing if one file is embedded inside Simba file and other files are in separate folder
Hi Manu,
Do you consider to implement this function to use simba to call the compiler for all C-code/header file. Perhaps by providing the directory of the code files and the main file
I think for me it will be a little confusing if one file is embedded inside Simba file and other files are in separate folder
Hi Arief, Not sure to understand. You can also use the "C Code" External File to have all the C Code into the same directory and nothing in SIMBA.
Hi Manu....
Yes...that makes a lot more sense
Thanks for your answer Arief
Feature Request:
In response to users' need to utilize multiple C code files with the "C Code" model, we're proposing a new parameter: "Additional Include Directory". This parameter would enhance flexibility, allowing for easier testing of microcontroller code.
Proposed Solution:
By integrating this parameter, users will be able to specify additional directories with code to be included. It will function as an extension to the "-I" parameter of the GCC compiler (see reference here).
We're looking forward to feedback on this proposed solution. Please feel free to share any thoughts or additional suggestions you might have.