What is "coldfire-names.inc"

bishi-eava wrote on Monday, August 24, 2009:

I tried to run FreeRTOS on MCF52233 (ColdFire).
I Maked Makefile in "/FreeRTOS/Demo/ColdFire_MCF52233_Eclipse/RTOSDemo".
But Link Error occurred.

Message:
(gcc-directory)/m68k-elf/bin/ld: cannot open linker script file coldfire-names.inc: No such file or directory

What is file "coldfire-names.inc" ?
I surely found character string "INCLUDE coldfire-names.inc" in "m52235evb-rom-hosted.ld (linker script file)".
But I not found "coldfire-names.inc" in any directorys.

Sorry for my bad English.

rtel wrote on Monday, August 24, 2009:

This file should be part of the CodeSourcery GCC installation.  Search your "Sourcery G++ Lite for Coldfire" directory for files with that name.

Regards.

bishi-eava wrote on Monday, August 24, 2009:

Thank you.

I understood it well.
I try it at once.