Hello there,
When starting S32DS (V3.6.2), the following error occurs.
Description Resource Path Location Type
Program "arm-none-eabi-g++" not found in PATH T1_powersupply_test Project Properties, C++ Preprocessor Include.../Providers, [CDT S32DS Built-in Compiler Settings] options C/C++ Scanner Discovery Problem
Program "arm-none-eabi-gcc" not found in PATH T1_powersupply_test Project Properties, C++ Preprocessor Include.../Providers, [CDT S32DS Built-in Compiler Settings] options C/C++ Scanner Discovery Problem
However, the build itself completes successfully.
已解决! 转到解答。
Hi @batch202563,
Could you share which RTD package and product you are using? Also, are you creating an example from scratch and modifying the toolchain settings, or is does this happen with example projects as well?
I can compile projects correctly in S32DS v3.6.2, however, this seems to be an old issue with eclipse:
If it’s working, this is a known bug due the Eclipse indexer synchronization. If you delete the errors or relaunch Eclipse, it should not appear, the error message should not appear.
Best regards,
Julián
Hi @batch202563,
Could you share which RTD package and product you are using? Also, are you creating an example from scratch and modifying the toolchain settings, or is does this happen with example projects as well?
I can compile projects correctly in S32DS v3.6.2, however, this seems to be an old issue with eclipse:
If it’s working, this is a known bug due the Eclipse indexer synchronization. If you delete the errors or relaunch Eclipse, it should not appear, the error message should not appear.
Best regards,
Julián
Thank you for your answer.
I got an error when I imported a project created in V3.5.
I'll study more using the example projects and then ask a question.