This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Problems building for a pc target...


"Matthew M. DeLoera" <code.bear@gte.net> writes:

[...]

> The *only* thing I did to the ecos.ecc file was to modify the build
> prefix to call gcc instead of i386-elf-gcc.

That's actually your problem, tools for linux/x86 systems will not work for the
eCos i386-elf target. Either use your tools with the linux synthetic eCos target
or use tools built with "--target=i386-elf" for the pc target.

Robin


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]