GHS Build Error Console&Problems Page

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

GHS Build Error Console&Problems Page

跳至解决方案
1,314 次查看
WeiCh
Contributor III

I'm using the GHS compilation project and reported a lot of errors, but the console and problems pages do not show the specific cause of the error, unlike GCC compilation, which prompts the cause of the error. Where can I configure it?

0 项奖励
回复
1 解答
1,275 次查看
jiri_kral
NXP Employee
NXP Employee

Hi, 

from the output it looks that linker is not able find 

NvM_Crc32CalculateCallout
Ea_InitDoneNotification

symbols. Please try to find out where are these symbols (variables or functions) defined and if are visible for 

NvM_JobProc.c   and

Ea.c

在原帖中查看解决方案

0 项奖励
回复
3 回复数
1,288 次查看
jiri_kral
NXP Employee
NXP Employee

Hi, 

which version of S32DS and GHS plugin are you using? Can you please share full output from build console? 

0 项奖励
回复
1,275 次查看
WeiCh
Contributor III

S32DS version is 3.5,GHS is 202214:

 

Snipaste_2025-03-07_08-30-54.png

full console:

 

0 项奖励
回复
1,276 次查看
jiri_kral
NXP Employee
NXP Employee

Hi, 

from the output it looks that linker is not able find 

NvM_Crc32CalculateCallout
Ea_InitDoneNotification

symbols. Please try to find out where are these symbols (variables or functions) defined and if are visible for 

NvM_JobProc.c   and

Ea.c

0 项奖励
回复