FreeRTOS Toggle LED Example: Siul2_Dio not found

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

FreeRTOS Toggle LED Example: Siul2_Dio not found

跳至解决方案
2,129 次查看
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 项奖励
回复
1 解答
2,078 次查看
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!

在原帖中查看解决方案

3 回复数
878 次查看
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 项奖励
回复
2,079 次查看
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,082 次查看
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