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?
Solved! Go to Solution.
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
Hi,
which version of S32DS and GHS plugin are you using? Can you please share full output from build console?
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