Hello,
I've configured modules in EB Tresos and have generated a project for S32K14W-Q064 Evaluation Board
I tried following these following steps, however I am having no luck.
Can I somehow use S32 DS to generate a .elf file and flash it onto my board?
Solved! Go to Solution.
Hello @lb28,
Is it indeed that the path to the Tresos plugin directory (where you've installed the RTD package) is C:\EB\tresos\plugin?
Best Regards,
Nam
Hello @lb28,
Could you share the error log (some snapshots should be fine)? I would assume that there were some issues with the paths to some programs e.g. GCC or make GNU.
Best Regards,
Nam
Hello,
I would like to generate the .elf file from the MCAL in EB Tresos and flash it onto the board.
Error:
Error in the Windows Command Prompt.
Best Regards,
Hello @lb28,
It seems like you haven't installed any GNU make yet. You can install the GNU make here: https://www.gnu.org/software/make/ or install Cygwin https://www.cygwin.com/ then add the make.exe directory to your PATH variable.
Best Regards,
Nam
The 'Path' variable in what application?
Sorry I didn't make it clear. It's the PATH in environment variables. Something like:
Here is a link that you can refer to:
Best Regards,
Nam
Hello,
This helped a lot. Thank you!
I am now getting this error.
Sometimes the slash in the path might be the problem. Usually backslash is used path to a local file on a windows machine, while slash is a path to a web resource or file located on a UNIX based machine (includes Macs, Linux).
Try to change the slash in project_parameters.mk and see whether your issue can be fixed.
Best Regards,
Nam
Hello,
I'm getting the same error again.
Here's my project_parameters.mk file.
Hello @lb28,
Is it indeed that the path to the Tresos plugin directory (where you've installed the RTD package) is C:\EB\tresos\plugin?
Best Regards,
Nam
Ahhh,
I updated the path, thank you
Hello @lb28,
What was the error you have been facing with during your attempt with the example? I would suggest that instead of using EB Tresos as a code generator, you can directly use S32DS: you need to install the S32K RTD package for S32DS, try out an example project in S32DS then flash the elf file into your board.
Best Regards,
Nam
Hello,
Thank you for getting back to me.
I've tried it with the RTD Package for S32DS and I've gotten it to work.
However, I would like to generate the code from EB Tresos itself.
The error comes in the Windows Command Prompt when I try to enter in the command listed in section 3.2 and 3.3 of the screenshot I provided. It says the command has not been found.
Regards,