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
702 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
1 Solution
651 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

2 Replies
652 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!

660 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