Hi,
I am trying to build sample freeRTOS project. But I am seeing below error.
I followed steps told in below link for creating freeRTOS project.
How to create FreeRTOS project in S32DS
Can someone please help.
Thanks
Mohan
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
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