This is the mail archive of the ecos-discuss@sourceware.org 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]
Other format: [Raw text]

RE: Building redboot for i.MX31 or just building redboot for ARM


> Sounds good.
> 
> I got everything up and compiling. For test purposes, I selected sa1100mm
> as a target to achieve a successful compile before doing any patching and
> modifying any code [hands off]. Right out of the gate, make complains
> about "-finit-priority" and a few other invalid lvalue assignment errors.
> 
> Hmmm... I was hoping to pick a target, any target, that would compile to
> the end before doing work for i.MX31 stuff.  Argggg... below are the steps
> for my test.
> 
> Steps
> ======
> export REDBOOT_CFG=redboot_ROM
> export VERSION=VERSION
> mkdir -p /$HOME/ecosTest/${REDBOOT_CFG}
> cd /$HOME/ecosTest/${REDBOOT_CFG}
> ecosconfig new sa11x0 redboot
> ecosconfig import
> ${ECOS_REPOSITORY}/hal/arm/sa11x0/sa1100mm/v2_0/misc/${REDBOOT_CFG}.ecm
> ecosconfif tree
> make

The newer tool chains are more strict.  Fixing the compile errors that you're
seeing probably isn't that difficult though.  Send me the build breaks (eg.
compile log -- no need to CC these to the list) and I'll see if I can offer
some advice on fixing.

--Chris

--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


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