FreeRTOS Toggle LED Example: Siul2_Dio not found

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

FreeRTOS Toggle LED Example: Siul2_Dio not found

ソリューションへジャンプ
2,125件の閲覧回数
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,074件の閲覧回数
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 返答(返信)
874件の閲覧回数
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,075件の閲覧回数
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,078件の閲覧回数
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