Dear:
HELLO, When I Integrate ghs into s32ds ,and use the S32ds IDE to build the project, as you see, I have import the asm file, but the log show that the S32DS can not call the ghs to compiler the asm code, I do not KNOW why. I need some help.
Thank you.
in the build log, I can not see the asm file to be compiled.
Hello,
As the error express you have unresolved symbols:.
Here are some general tips:
Missing Source Files or Libraries
.c
or .cpp
files are included.Incorrect Linker Settings
Code Generation Issues
Wrong Build Configuration
Circular or Missing Includes
#include
statements.Best regards,
Peter
I only add the asm file, as the picture show, it can not compile.