2022-12-08 12:30 AM
Why can't I include the system standard header files? Why can I generate files even if there are problems as long as the console is fine when compiling? Finally, I can burn the program into the chip and run it successfully.
Solved! Go to Solution.
2022-12-12 01:06 AM
Dear Sir,
These standard types include are not needed because they are managed internally by SPC5Studio to deal with different compilers and to comply to MISRA rules.
In addition, anything is under the source folder in the project is compiled.
Finally, you can change compiling and linking options from the configuration of the platform.
Best Regards,
AutoDevKit Team
2022-12-12 01:06 AM
Dear Sir,
These standard types include are not needed because they are managed internally by SPC5Studio to deal with different compilers and to comply to MISRA rules.
In addition, anything is under the source folder in the project is compiled.
Finally, you can change compiling and linking options from the configuration of the platform.
Best Regards,
AutoDevKit Team