[FFmpeg-user] configure fails for cross compiling for armv7 on win 7 32 bit
Sun Fire
sunfireangel2000 at yahoo.com
Tue Jan 1 07:26:54 CET 2013
When I try running "configure" on Win7 32 for ARMV7, I get a few assembler error messsages in the config log. The root cause is highlighted in bold. When I try a configure for cross compiling for ARM9, the error message disappears. Is there a problem specific to ARM 7 for configuration ? I am attaching the config.log file.
Are there incompatibilities between ARM7, arm9 architectures ? Are there additional flags that I need to set with the configure command for ARM7 ?
./configure --enable-cross-compile --target-os=linux --cc=/d/perforce/sa/ss/toolchain/linux-gcc/gcc-4.4-arm/export/4.4/4.4.1f0/tools/win32/i386/usr/bin/arm-none-linux-gnueabi-gcc-4.4.1.exe --cpu=arm7 --arch=arm --enable-static --disable-asm
mktemp -u XXXXXX
YDSWLV
check_ld cc
check_cc
BEGIN /tmp/ffconf.xrmUubwL.c
1 int main(void){ return 0; }
END /tmp/ffconf.xrmUubwL.c
/d/perforce/sa/ss/toolchain/linux-gcc/gcc-4.4-arm/export/4.4/4.4.1f0/tools/win32/i386/usr/bin/arm-none-linux-gnueabi-gcc-4.4.1.exe -mcpu=arm7 -c -o /tmp/ffconf.WUJVjHnd.o /tmp/ffconf.xrmUubwL.c
C:\Users\ingokaks\AppData\Local\Temp\cchBasJt.s: Assembler messages:
C:\Users\ingokaks\AppData\Local\Temp\cchBasJt.s:31: Error: selected processor does not support ARM mode `bx lr'
C compiler test failed.
Thanks
When I try running "configure" on Win7 32 for ARMV7, I get a few assembler error messsages in the config log. The root cause is highlighted in bold. When I try a configure for cross compiling for ARM9, the error message disappears. Is there a problem specific to ARM 7 for configuration ? I am attaching the config.log file.
Are there incompatibilities between ARM7, arm9 architectures ? Are there additional flags that I need to set with the configure command for ARM7 ?
./configure --enable-cross-compile --target-os=linux --cc=/d/perforce/sa/ss/toolchain/linux-gcc/gcc-4.4-arm/export/4.4/4.4.1f0/tools/win32/i386/usr/bin/arm-none-linux-gnueabi-gcc-4.4.1.exe --cpu=arm7 --arch=arm --enable-static --disable-asm
mktemp -u XXXXXX
YDSWLV
check_ld cc
check_cc
BEGIN /tmp/ffconf.xrmUubwL.c
1 int main(void){ return 0; }
END /tmp/ffconf.xrmUubwL.c
/d/perforce/sa/ss/toolchain/linux-gcc/gcc-4.4-arm/export/4.4/4.4.1f0/tools/win32/i386/usr/bin/arm-none-linux-gnueabi-gcc-4.4.1.exe -mcpu=arm7 -c -o /tmp/ffconf.WUJVjHnd.o /tmp/ffconf.xrmUubwL.c
C:\Users\ingokaks\AppData\Local\Temp\cchBasJt.s: Assembler messages:
C:\Users\ingokaks\AppData\Local\Temp\cchBasJt.s:31: Error: selected processor does not support ARM mode `bx lr'
C compiler test failed.
Thanks
More information about the ffmpeg-user
mailing list