Hi guys,
This is the first time I have used codewarrior v10.2 and installed it yesterday along with the update 1.0.0 and the prcessor expert update. I cant seem to shrug off these errors when I compile them. I am not sure if I have to sepcify the path or something else, but I would like to know whats happening here, Below is the kind of error I am getting.
mingw32-make: *** [Lib/mc9s08dz128_c.obj] Error 1
mingw32-make: *** Waiting for unfinished jobs....
mingw32-make: *** [Sources/MCUinit_c.obj] Error 1
mingw32-make: *** [Sources/asm_main_asm.obj] Error 1
mingw32-make: *** [Project_Settings/Startup_Code/start08_c.obj] Error 1
mingw32-make: *** [Sources/main_c.obj] Error 1
I also checked the codewarrior v10.2 FAQ's page for some tips and it says to check for a specific install on the the installation log unfortunately only has it for v10.1 and not 10.2 . Any advise would be appreciated and please let me know.
Thanks
K
I have attached the error log with this file
已解决! 转到解答。
Hello,
have a look at the log file you have submitted:
'\\psf\Home\Documents\Micro_new\DZ128_testing\MC9S08DZ128'
CMD.EXE was started with the above path as the current directory.
UNC paths are not supported. Defaulting to Windows directory.
So I suggest to check your path settings and remove the UNC path (change it to use a drive letter).
Hope this helps,
Erich
Hello,
have a look at the log file you have submitted:
'\\psf\Home\Documents\Micro_new\DZ128_testing\MC9S08DZ128'
CMD.EXE was started with the above path as the current directory.
UNC paths are not supported. Defaulting to Windows directory.
So I suggest to check your path settings and remove the UNC path (change it to use a drive letter).
Hope this helps,
Erich