[ECOS] Rom Image Error
Jesper Skov
jskov@redhat.com
Mon Mar 25 00:33:00 GMT 2002
On Wed, 2002-03-20 at 04:48, Ray Bozorg wrote:
> Thanks to all the people who helped to get the eCos running under
> Window XP.
> I have installed and build the Lib files everything seems okay.
> In the example directory I created my own make file please see attached.
> I would like to get a ROM version of the hello file.
> I have set the start for the processor under HAL to rom.
> Then build lib files.
> Then run the Makefile for the hello.c file.
> When I get to the following line I get file not found.
>
> arm-elf-objcopy -O binary $@
Try
arm-elf-objcopy -O binary $@ $@.bin
or something to that effect - the command expects two file names, just
like copy.
Jesper
--
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss
More information about the Ecos-discuss
mailing list