BCC_S32K144_Monitoring "lite" UM11346 example project: Include path not found for sbc_uja1169

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

BCC_S32K144_Monitoring "lite" UM11346 example project: Include path not found for sbc_uja1169

1,097 次查看
rsating
Contributor III

For the S32DS ARM 2.2 UM11346 example project BCC_S32K144_Monitoring from:
https://www.nxp.com/docs/en/user-guide/UM11346.pdf

We get the following warning which looks concerning:

Description Resource Path Location Type
Invalid project path: Include path not found (C:\NXP\S32DS_ARM_v2.2\S32DS\software\S32SDK_S32K1xx_RTM_3.0.0\middleware\sbc\sbc_uja1169\include). BCC_S32K144_Monitoring pathentry Path Entry Problem

It can be fixed the following change in project properties (C/C++ General --> Paths and Symbols) GNU for both the C and Assembly languages as shown in the screenshot below.

From:
${S32K144_SDK_3.0.0_PATH}/middleware/sbc/sbc_uja1169/include

To:
${S32K144_SDK_3.0.0_PATH}/middleware/sbc/sbc_uja116x/include

Select and edit the item in the list of include directories to make this change. 

BCC_S32K144_Monitoring_invalid-include-path-fix.png

0 项奖励
回复
1 回复

1,086 次查看
rsating
Contributor III

It turns out that after resolving the above other problems (Kinetis SDK is invalid) follow.

The project was created with S32DS for ARM 2.0 and is not compatible with S32DS for ARM 2.2.

Kinetis SDK (SDK_S32K14x_08) request to load and build the S32K144_EVB_JumpStart_Firmware
https://community.nxp.com/t5/S32-Design-Studio/Kinetis-SDK-SDK-S32K14x-08-request-to-load-and-build-...

 

0 项奖励
回复