This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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]

arm-wince-pe configure


When compiling libstdc++-v3 from GCC 3.2 for arm-wince-pe using GCC
3.2.2 from Redhat, I get the following error:

c++ -nostdinc++ -I/home/sjackman/work/pocketpc/gcc/build-gcc-3.2/gcc/libstdc++-v3/include/arm-wince-pe -I/home/sjackman/work/pocketpc/gcc/build-gcc-3.2/gcc/libstdc++-v3/include -I../../../../gcc-3.2/libstdc++-v3/libsupc++ -I../../../../gcc-3.2/libstdc++-v3/libmath -I/usr/local/wince/include -fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings -Winline -fdiagnostics-show-location=once -g -c ../../../../gcc-3.2/libstdc++-v3/src/ios.cc -o ios.o
/tmp/ccaOY7Ji.s: Assembler messages:
/tmp/ccaOY7Ji.s:2554: Error: no such instruction: `ldr %ebx,[%edx]'
/tmp/ccaOY7Ji.s:2555: Error: suffix or operands invalid for `add'
/tmp/ccaOY7Ji.s:2556: Error: no such instruction: `swp %ecx,%esi,[%edx]'
/tmp/ccaOY7Ji.s:2558: Error: no such instruction: `swpne %esi,%ecx,[%edx]'
/tmp/ccaOY7Ji.s:2559: Error: no such instruction: `bne 0b'

Should it be arm-wince-pe-c++ being used here instead of c++? I
configured libstdc++ like this:

../../../gcc-3.2/libstdc++-v3/configure --with-cross-host=arm-wince-pe --target=arm-wince-pe --prefix=/usr/local/wince --with-newlib --enable-shared=no --enable-static=libsupc++ --enable-multilib=no

Thanks,
Shaun
(please CC me in your reply)


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