[ECOS] Building rommable images for the AEB-1C
Gary Thomas
gthomas@cygnus.co.uk
Thu Jan 6 07:15:00 GMT 2000
On 06-Jan-00 Nicholas_Clarey@ivesco.co.uk wrote:
> Hi Gary,
>
> All I did was;
>
> arm-elf-gcc -Iinstall/include testfile.c -Linstall/lib -Ttarget.ld
> -nostdlib
>
You really should use *all* of the options used by the standard eCos setup.
In particular, these options tell the linker to throw away any unused code.
In your test case, this amounts to more than 100K bytes! The image I
build fits in ROM, even in the meager 32K defined as default.
More information about the Ecos-discuss
mailing list