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]

building kernel for arm-elf nano target, went back to gcc 2.95, now I get assembler errors.


I had problems trying to get libsupc++ to compile so I could link it in in
the Build Tests phase of Configtool,  so I went back to the recommended GCC
2.95.

I built and installed GCC 2.95 and now I get assembler errors and can't even
build the nano 'default' kernel inside Configtool.

Now building in configtool gives me this message:

/ecos-c/cygwin/usr/src/ecos-cvs/ecos/packages/language/c/libc/i18n/current/s
rc/ctype.cxx
/ecos-c/DOCUME~1/wpostma/LOCALS~1/Temp/cc6kHRoA.s: Assembler messages:
/ecos-c/DOCUME~1/wpostma/LOCALS~1/Temp/cc6kHRoA.s:12: Warning: rest of line
ignored; first ignored character is `,'
/ecos-c/DOCUME~1/wpostma/LOCALS~1/Temp/cc6kHRoA.s:35: Warning: rest of line
ignored; first ignored character is `,'
/ecos-c/DOCUME~1/wpostma/LOCALS~1/Temp/cc6kHRoA.s:58: Warning: rest of line
ignored; first ignored character is `,'
/ecos-c/DOCUME~1/wpostma/LOCALS~1/Temp/cc6kHRoA.s:94: Warning: rest of line
ignored; first ignored character is `,'
/ecos-c/DOCUME~1/wpostma/LOCALS~1/Temp/cc6kHRoA.s:117: Warning: rest of line
ignored; first ignored character is `,'
/ecos-c/DOCUME~1/wpostma/LOCALS~1/Temp/cc6kHRoA.s:153: Warning: rest of line
ignored; first ignored character is `,'
/ecos-c/DOCUME~1/wpostma/LOCALS~1/Temp/cc6kHRoA.s:178: Warning: rest of line
ignored; first ignored character is `,'
/ecos-c/DOCUME~1/wpostma/LOCALS~1/Temp/cc6kHRoA.s:201: Warning: rest of line
ignored; first ignored character is `,'
/ecos-c/DOCUME~1/wpostma/LOCALS~1/Temp/cc6kHRoA.s:224: Warning: rest of line
ignored; first ignored character is `,'
/ecos-c/DOCUME~1/wpostma/LOCALS~1/Temp/cc6kHRoA.s:259: Warning: rest of line
ignored; first ignored character is `,'
/ecos-c/DOCUME~1/wpostma/LOCALS~1/Temp/cc6kHRoA.s:292: Warning: rest of line
ignored; first ignored character is `,'
/ecos-c/DOCUME~1/wpostma/LOCALS~1/Temp/cc6kHRoA.s:330: Warning: rest of line
ignored; first ignored character is `,'
/ecos-c/DOCUME~1/wpostma/LOCALS~1/Temp/cc6kHRoA.s:356: Warning: rest of line
ignored; first ignored character is `,'

According to mailing list archives, JL says this is because something is in
COFF format not ARM-ELF, but I specifically did the gcc configure stage
as --target=arm-elf.

Help!

Warren


-- 
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]