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?
已解决! 转到解答。
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!
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 ~
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: