S32DS can't build out .elf for S32R294

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

S32DS can't build out .elf for S32R294

Jump to solution
1,408 Views
HYQ
Contributor II

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:

HYQ_0-1622734861568.png

 

But there is no .elf generated at Debug file as following:

HYQ_1-1622734918961.png

 

Information about the S32DS that I'm using

  • S32DS_Power_Win32_v2.1.exe
  • S32DS_PA_2.1_UP14.zip

 

My steps is the folowing:

  1. New one S32DS Library project and choose S32R294 processors
  2. Choose e200z7 and SDKR294_Z7_2
  3. Build the project after new the project
  4. Build finished but no elf is generated.

Thank you for your help.

Best regards.

0 Kudos
1 Solution
1,400 Views
jiri_kral
NXP Employee
NXP Employee

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

View solution in original post

2 Replies
1,401 Views
jiri_kral
NXP Employee
NXP Employee

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

1,382 Views
HYQ
Contributor II

Thank you for help.

0 Kudos