S32K144EVB-Q100 evaluation Board freeRTOS compile error

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

S32K144EVB-Q100 evaluation Board freeRTOS compile error

1,614 Views
mrajanna
Contributor V

Hi,

I am trying to build sample freeRTOS project. But I am seeing below error.

pastedImage_1.png

I followed steps told in below link for creating freeRTOS project.

How to create FreeRTOS project in S32DS 

Can someone please help.

Thanks

Mohan

0 Kudos
3 Replies

1,104 Views
mrajanna
Contributor V

Hi Jiri,

I switched to new work space.

I created freeRTOS project as suggested(method 1) in https://community.nxp.com/docs/DOC-334927 

Compilation is still failing.

Please refer below screenshot.

pastedImage_1.png

0 Kudos

1,104 Views
jiri_kral
NXP Employee
NXP Employee

Hi Mohan, 

Thank you for report - I can reproduce your issue and I created JIRA ticket. This issue is related to some content in workspace. As a workaround you can open new workspace (on main menu bar click on File -> Switch Workspace -> Other ...)   and start with FreeRTOS project again.  

Jiri

0 Kudos

1,104 Views
mrajanna
Contributor V

Hi Jiri,

After installing new software, I could compile the source.

S32DesignStudio-> Help -> Install New Software

******************************************************************************************************************

Building target: S32K144_freeRTOS_mohan.elf
Executing target #26 S32K144_freeRTOS_mohan.elf
Invoking: Standard S32DS C Linker
arm-none-eabi-gcc -o "S32K144_freeRTOS_mohan.elf" "@S32K144_freeRTOS_mohan.args"
Finished building target: S32K144_freeRTOS_mohan.elf

Executing target #27 S32K144_freeRTOS_mohan.siz
Invoking: Standard S32DS Print Size
arm-none-eabi-size --format=berkeley S32K144_freeRTOS_mohan.elf
text data bss dec hex filename
2580 12 3304 5896 1708 S32K144_freeRTOS_mohan.elf
Finished building: S32K144_freeRTOS_mohan.siz

******************************************************************************************************************

What would be my next action after compiling freeRTOS to try out on S32K144EVB-Q100 ?

Thanks

Mohan

0 Kudos