s32ds

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

s32ds

324 Views
wei_zhoucq
Contributor II

我在使用S32DS编译的时候出现h文件找不到:
Description Resource Path Location Type
fatal error: Os_asm_common.h: No such file or directory CORTEXM-call.s /Proj_Code_Ceer/03_Mcal/S32K3_EB_CEER_static_code/Os_TS_T40D54M6I1R0/src/CORTEXM line 16 C/C++ Problem

但是这个Os_asm_common.h存在于编译工程中

wei_zhoucq_0-1776160159266.png

 

代码工程较大,无法直接附件形式放在问题中

Tags (1)
0 Kudos
Reply
1 Reply

289 Views
Senlent
NXP TechSupport
NXP TechSupport

Hi@wei_zhoucq

fatal error: Os_asm_common.h: No such file or directory CORTEXM-call.s

C → 用的是 C Compiler > Includes
汇编 .s → 用的是 Assembler > Includes 
 
所以可能是这个问题,文件路径添加的方法不对:
 
你可以在这个位置添加一下“CORTEXM-call.s”的路径
image.png
 
0 Kudos
Reply