screenshots can't be shared because of the company policy.
the error is "L1931: Fixup to not allocated object", which has be decribed in HC(S)08/RS08 Build Tools Utilities Manual.
as described before, when I unset the option 'generate debug info', which means the S12Z compiler mwccs12lisa compile without the option '-sym full'.
the project will get the error "Fixup to not allocated object main in XSdkInit type 4, at offset 0x5". XSdkInit is a function in my source file, it is called in main function.
If I set the option 'generate debug info', the project can be build successfully.
I want to know if there is a connectoin between '-sym full' compile option and the error 'fixup to not allocated object'.
If I use a gcc compiler or other compilers, the function in source code can be used normally, it may leads to the details in S12Z compiler.