This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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 binutils or gcc issue


Hi,

As an experiment, I was trying to compile
a simple hello world with -c with every
ARM CPU model option documented in the GCC manual.
Some give errors.  Are these likely gcc or binutils
issues?

/users/joel/test-gcc/install-arm/bin/arm-eabi-gcc -c -mcpu=arm2 main.c
/tmp/ccKAGvGJ.s: Assembler messages:
/tmp/ccKAGvGJ.s:31: Error: selected processor does not support `bx lr'
/users/joel/test-gcc/install-arm/bin/arm-eabi-gcc -c -mcpu=arm250 main.c
/tmp/ccd2KuPL.s: Assembler messages:
/tmp/ccd2KuPL.s:31: Error: selected processor does not support `bx lr'
/users/joel/test-gcc/install-arm/bin/arm-eabi-gcc -c -mcpu=arm3 main.c
/tmp/cckeeUNP.s: Assembler messages:
/tmp/cckeeUNP.s:31: Error: selected processor does not support `bx lr'
/users/joel/test-gcc/install-arm/bin/arm-eabi-gcc -c -mcpu=arm6 main.c
/tmp/ccfMUM5R.s: Assembler messages:
/tmp/ccfMUM5R.s:31: Error: selected processor does not support `bx lr'
/users/joel/test-gcc/install-arm/bin/arm-eabi-gcc -c -mcpu=arm60 main.c
/tmp/ccwHOfnR.s: Assembler messages:
/tmp/ccwHOfnR.s:31: Error: selected processor does not support `bx lr'
/users/joel/test-gcc/install-arm/bin/arm-eabi-gcc -c -mcpu=arm600 main.c
/tmp/ccrbT3vT.s: Assembler messages:
/tmp/ccrbT3vT.s:31: Error: selected processor does not support `bx lr'
/users/joel/test-gcc/install-arm/bin/arm-eabi-gcc -c -mcpu=arm610 main.c
/tmp/ccUW0JgX.s: Assembler messages:
/tmp/ccUW0JgX.s:31: Error: selected processor does not support `bx lr'
/users/joel/test-gcc/install-arm/bin/arm-eabi-gcc -c -mcpu=arm620 main.c
/tmp/ccRlCSYY.s: Assembler messages:
/tmp/ccRlCSYY.s:31: Error: selected processor does not support `bx lr'
/users/joel/test-gcc/install-arm/bin/arm-eabi-gcc -c -mcpu=arm7 main.c
/tmp/ccmMoLb1.s: Assembler messages:
/tmp/ccmMoLb1.s:31: Error: selected processor does not support `bx lr'
/users/joel/test-gcc/install-arm/bin/arm-eabi-gcc -c -mcpu=arm7m main.c
/tmp/ccbtdjp0.s: Assembler messages:
/tmp/ccbtdjp0.s:31: Error: selected processor does not support `bx lr'
/users/joel/test-gcc/install-arm/bin/arm-eabi-gcc -c -mcpu=arm7d main.c
/tmp/ccCRxJC2.s: Assembler messages:
/tmp/ccCRxJC2.s:31: Error: selected processor does not support `bx lr'
/users/joel/test-gcc/install-arm/bin/arm-eabi-gcc -c -mcpu=arm7dm main.c
/tmp/cc5w3QB4.s: Assembler messages:
/tmp/cc5w3QB4.s:31: Error: selected processor does not support `bx lr'
/users/joel/test-gcc/install-arm/bin/arm-eabi-gcc -c -mcpu=arm7di main.c
/tmp/ccai3dA8.s: Assembler messages:
/tmp/ccai3dA8.s:31: Error: selected processor does not support `bx lr'
/users/joel/test-gcc/install-arm/bin/arm-eabi-gcc -c -mcpu=arm7dmi main.c
/tmp/ccD5gYIa.s: Assembler messages:
/tmp/ccD5gYIa.s:31: Error: selected processor does not support `bx lr'
/users/joel/test-gcc/install-arm/bin/arm-eabi-gcc -c -mcpu=arm70 main.c
/tmp/ccsQQv09.s: Assembler messages:
/tmp/ccsQQv09.s:31: Error: selected processor does not support `bx lr'
/users/joel/test-gcc/install-arm/bin/arm-eabi-gcc -c -mcpu=arm700 main.c
/tmp/cchlRcjc.s: Assembler messages:
/tmp/cchlRcjc.s:31: Error: selected processor does not support `bx lr'
/users/joel/test-gcc/install-arm/bin/arm-eabi-gcc -c -mcpu=arm700i main.c
/tmp/ccQvAYUd.s: Assembler messages:
/tmp/ccQvAYUd.s:31: Error: selected processor does not support `bx lr'
/users/joel/test-gcc/install-arm/bin/arm-eabi-gcc -c -mcpu=arm710 main.c
/tmp/ccJa7Bti.s: Assembler messages:
/tmp/ccJa7Bti.s:31: Error: selected processor does not support `bx lr'
/users/joel/test-gcc/install-arm/bin/arm-eabi-gcc -c -mcpu=arm710c main.c
/tmp/ccqDPX1j.s: Assembler messages:
/tmp/ccqDPX1j.s:31: Error: selected processor does not support `bx lr'
/users/joel/test-gcc/install-arm/bin/arm-eabi-gcc -c -mcpu=arm7100 main.c
/tmp/ccO8yWra.s: Assembler messages:
/tmp/ccO8yWra.s:31: Error: selected processor does not support `bx lr'
/users/joel/test-gcc/install-arm/bin/arm-eabi-gcc -c -mcpu=arm720 main.c
/tmp/cctHVQle.s: Assembler messages:
/tmp/cctHVQle.s:31: Error: selected processor does not support `bx lr'
/users/joel/test-gcc/install-arm/bin/arm-eabi-gcc -c -mcpu=arm7500 main.c
/tmp/ccEEMezg.s: Assembler messages:
/tmp/ccEEMezg.s:31: Error: selected processor does not support `bx lr'
/users/joel/test-gcc/install-arm/bin/arm-eabi-gcc -c -mcpu=arm7500fe main.c
/tmp/ccrD2fPf.s: Assembler messages:
/tmp/ccrD2fPf.s:31: Error: selected processor does not support `bx lr'
/users/joel/test-gcc/install-arm/bin/arm-eabi-gcc -c -mcpu=arm7tdmi main.c

/users/joel/test-gcc/install-arm/bin/arm-eabi-gcc -c -mcpu=cortex-m3 main.c
main.c:1:0: error: target CPU does not support ARM mode
/users/joel/test-gcc/install-arm/bin/arm-eabi-gcc -c -mcpu=cortex-m1 main.c
main.c:1:0: error: target CPU does not support ARM mode
/

--
Joel Sherrill, Ph.D.             Director of Research & Development
joel.sherrill@OARcorp.com        On-Line Applications Research
Ask me about RTEMS: a free RTOS  Huntsville AL 35805
  Support Available             (256) 722-9985



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