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]
Other format: [Raw text]

Re: trying to build eCos...


Paul M. Øverby wrote:
finally managed to get the gcc config running with the added (develop) parts
of cygwin, but again it all just drains out in more errors after a while -
same kind of problems I had with building the eCos lib to begin with it
seems, just much higher up in the toolchain - thus further from the goal :-(

I'll definately consider ordering that CD - perhaps I'll be better off
paying for software after all...

mkdir libgcc
mkdir thumb
mkdir libgcc/thumb
if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi
/tmp/build/gcc/gcc/xgcc -B/tmp/build/gcc/gcc/ -B/usr/local/arm-elf/bin/ -B/u
sr/local/arm-elf/lib/ -isystem
/usr/local/arm-elf/include -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-str
ings -Wstrict-prototypes -Wmissing-prototypes -isystem
./include -Dinhibit_libc -fno-inline -g -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDE
D -Dinhibit_libc -I. -I. -I/home/administrator/src/gcc/gcc -I/home/administr
ator/src/gcc/gcc/. -I/home/administrator/src/gcc/gcc/config -I/home/administ
rator/src/gcc/gcc/../include -DL_udivsi3 -xassembler-with-cpp -c
/home/administrator/src/gcc/gcc/config/arm/lib1funcs.asm -o
libgcc/./_udivsi3.o
/ecos-c/DOCUME~1/ADMINI~1/LOCALS~1/Temp/ccg357Md.s: Assembler messages:
/ecos-c/DOCUME~1/ADMINI~1/LOCALS~1/Temp/ccg357Md.s:5: Error: invalid
character '@' in mnemonic

Are you sure you built and installed binutils first? Configured with the same --prefix? And did you then put the bin subdirectory of that prefix on your PATH?


Jifl
--
eCosCentric    http://www.eCosCentric.com/    The eCos and RedBoot experts
--[ "You can complain because roses have thorns, or you ]--
--[  can rejoice because thorns have roses." -Lincoln   ]-- Opinions==mine


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


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