Re: which toolchain version supports sdiv and udiv instructions?

2012-06-28 Thread Xiao Jiang
Michael Hope wrote: This works for me: .syntax unified .text .cpu cortex-a15 Got it, I need specified cpu mode here :) Many thanks! Xiao .type divit, %function divit: sdivr0, r0, r1 bx lr -- Michael

Re: which toolchain version supports sdiv and udiv instructions?

2012-06-28 Thread Xiao Jiang
Michael Hope wrote: On 29 June 2012 15:13, Xiao Jiang wrote: Hello, I tried codesourcy arm-2012.03-57-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2, and get below err infos. Error: selected processor does not support ARM mode `sdiv R2,R0,R1' Error: selected processor does not su

which toolchain version supports sdiv and udiv instructions?

2012-06-28 Thread Xiao Jiang
Hello, I tried codesourcy arm-2012.03-57-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2, and get below err infos. Error: selected processor does not support ARM mode `sdiv R2,R0,R1' Error: selected processor does not support ARM mode `udiv R2,R0,R1' Does it mean this toolchain version don'