FreeRTOS Toggle LED Example: Siul2_Dio not found

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

FreeRTOS Toggle LED Example: Siul2_Dio not found

Jump to solution
2,132 Views
markhodges
Contributor I

Using S32DS v3.5.2 on Linux, I cannot compile the FreeRTOS_Toggle_Led_Example_S32K44 project. The code generation for the Siul2_Dio peripheral fails because it cannot find "../siul2_dio/siul2_dio_codegen.js".

That script does exist:

[hodges@hodges-xps:opt/NXP/S32DS.3.5]
% find . -name "siul2_dio_code*"
./eclipse/mcu_data/components/PlatformSDK_S32K3/Siul2_Dio/siul2_dio_codegenerator.js

Any suggestions on how to resolve this?

0 Kudos
Reply
1 Solution
2,081 Views
markhodges
Contributor I

I meant to reply to myself, but forgot -- I was able to move past the problem by fixing the path as you noted above. Thanks for getting back to me!

View solution in original post

3 Replies
881 Views
tobeastar
Contributor I

RTD is not officially supported on Linux because the Case Sensitivity on Linux OS.
To make the RTD working on Linux, need some changes in folder: /NXP/S32DS.3.X/eclipse/mcu_data/components

Please read the 'ReadmeToModifyTheRTD.txt', I only did the neccesarry changes for my project, for other codes may need more changes.

Just my opinion: Linux OS has much faster performances when S32DS doing the code's compiling and debugging. NXP should officially support it, including the RTD ~

0 Kudos
Reply
2,082 Views
markhodges
Contributor I

I meant to reply to myself, but forgot -- I was able to move past the problem by fixing the path as you noted above. Thanks for getting back to me!

2,085 Views
jiri_kral
NXP Employee
NXP Employee

Hi Mark,

unfortunatelly RTD is not officially supported on Linux host (that's why you need to install it from offline source) and is not tested. Anyway - the Siul issue is related to Case Sensitive OS. If you like to use it - you need to modify some files. If your project is more complex - you probably will need to modify similar files for other modules.

Here are instructions for siul and lpi2c: 

jiri_kral_0-1687864096546.png