Hello all,
When use S32DS to build the demo from S32DS Library project, it can't generate .elf event if there is no error showed at the Console as flowing:
But there is no .elf generated at Debug file as following:
Information about the S32DS that I'm using
My steps is the folowing:
Thank you for your help.
Best regards.
Solved! Go to Solution.
Hi,
the build target of Library project is library archive - libTest_Z7.a in your case. If you like to build an executable - .elf file - you need to create S32DS Application project.
Jiri
Hi,
the build target of Library project is library archive - libTest_Z7.a in your case. If you like to build an executable - .elf file - you need to create S32DS Application project.
Jiri
Thank you for help.