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]

problem building the library on Atlas platform


Hi All

I implemented the change recommended by Julian Smart in the feb 8 post . The
problem with the sed command line was fixed and the library build continued
until I got this message :
src/hal_mips_mips32_variant.o
/ecos-n/cvs_ecos_fev_12/ecos/packages/hal/mips/mips32/current/src/variant.S
/ecos-n/MIPSTO~1/MIPS32~1/H-I686~1/lib/gcc-lib/mipsisa32-elf/2.96-mips3264-0
10729/include/stddef.h: Assembler messages:
/ecos-n/MIPSTO~1/MIPS32~1/H-I686~1/lib/gcc-lib/mipsisa32-elf/2.96-mips3264-0
10729/include/stddef.h:147: Error: unrecognized opcode `typedef int
ptrdiff_t'
/ecos-n/MIPSTO~1/MIPS32~1/H-I686~1/lib/gcc-lib/mipsisa32-elf/2.96-mips3264-0
10729/include/stddef.h:199: Error: unrecognized opcode `typedef unsigned int
size_t'

the platform is the atlas 4kc and the redboot package are recently checked
out of cvs. any ideas why would the assembler interpret those as opcodes?

thanks

Henri Girard




ref to feb 8 post
We've just been getting to the bottom of this one -- please try
editing packages (or ecc)/pkgcong/rules.mak and adding two
backslashes to the sed commands so they read as follows:

   @mkdir -p `cygpath -w "$(dir $@)" | sed "s@\\\\\\@/@g"`



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