Can you post your complete linker command line? It is very common in RTSC builds to have boot code supplied by Grace and then later on the command line have a compiler standard library that also contains a boot object file. It's not a problem because the boot object file from the compiler library is not linked in because all symbols defined in the boot code are resolved from the boot file supplied by Grace.
There could be something on your linker command line or in the linker command file that's forcing the boot code from the compiler library.
↧
Forum Post: RE: Path error during compile
↧