Displaying 8 results from an estimated 8 matches for "__eqsf2".
2018 Dec 07
2
Compiling for baremetal ARMv4 on Ubuntu Linux
...ts/compiler-rt/lib/builtins/arm/comparesf2.S
/home/llvm_all/llvm/projects/compiler-rt/lib/builtins/arm/comparesf2.S:41:2:
error: unknown directive
.syntax unified
^
/home/llvm_all/llvm/projects/compiler-rt/lib/builtins/arm/comparesf2.S:45:1:
error: unexpected token at start of statement
@ int __eqsf2(float a, float b)
^
/home/llvm_all/llvm/projects/compiler-rt/lib/builtins/arm/comparesf2.S:50:5:
error: invalid operand for instruction
vmov r0, s0
^
/home/llvm_all/llvm/projects/compiler-rt/lib/builtins/arm/comparesf2.S:51:5:
error: invalid operand for instruction
vmov r1, s1...
2018 Dec 04
2
Compiling for baremetal ARMv4 on Ubuntu Linux
I am currently trying to compile a pretty simple program to work on an
experimental board. It contains an (FPGA-version of) an ARMv4 processor.
So basically, I try this (on my Ubuntu 18.04.1 LTS):
clang -v --target=arm-none-eabi -c barehello.c -o barehelloCLANG.o
clang -v --target=arm-none-eabi -c io.c -o io.o
clang -v --target=arm-none-eabi barehelloCLANG.o io.o -o
helloCLANGstatic -static
2018 Dec 10
2
Compiling for baremetal ARMv4 on Ubuntu Linux
...S
>> /home/llvm_all/llvm/projects/compiler-rt/lib/builtins/arm/comparesf2.S:41:2: error: unknown directive
>> .syntax unified
>> ^
>> /home/llvm_all/llvm/projects/compiler-rt/lib/builtins/arm/comparesf2.S:45:1: error: unexpected token at start of statement
>> @ int __eqsf2(float a, float b)
>> ^
>> /home/llvm_all/llvm/projects/compiler-rt/lib/builtins/arm/comparesf2.S:50:5: error: invalid operand for instruction
>> vmov r0, s0
>> ^
>> /home/llvm_all/llvm/projects/compiler-rt/lib/builtins/arm/comparesf2.S:51:5: error: invalid op...
2018 Dec 13
2
Compiling for baremetal ARMv4 on Ubuntu Linux
...S
>> /home/llvm_all/llvm/projects/compiler-rt/lib/builtins/arm/comparesf2.S:41:2: error: unknown directive
>> .syntax unified
>> ^
>> /home/llvm_all/llvm/projects/compiler-rt/lib/builtins/arm/comparesf2.S:45:1: error: unexpected token at start of statement
>> @ int __eqsf2(float a, float b)
>> ^
>> /home/llvm_all/llvm/projects/compiler-rt/lib/builtins/arm/comparesf2.S:50:5: error: invalid operand for instruction
>> vmov r0, s0
>> ^
>> /home/llvm_all/llvm/projects/compiler-rt/lib/builtins/arm/comparesf2.S:51:5: error: invalid op...
2018 Dec 14
3
Compiling for baremetal ARMv4 on Ubuntu Linux
...gt; > /home/llvm_all/llvm/projects/compiler-rt/lib/builtins/arm/comparesf2.S:41:2: error: unknown directive
> > .syntax unified
> > ^
> > /home/llvm_all/llvm/projects/compiler-rt/lib/builtins/arm/comparesf2.S:45:1: error: unexpected token at start of statement
> > @ int __eqsf2(float a, float b)
> > ^
> > /home/llvm_all/llvm/projects/compiler-rt/lib/builtins/arm/comparesf2.S:50:5: error: invalid operand for instruction
> > vmov r0, s0
> > ^
> > /home/llvm_all/llvm/projects/compiler-rt/lib/builtins/arm/comparesf2.S:51:5: error: invalid...
2019 Feb 04
2
Compiling for baremetal ARMv4 on Ubuntu Linux
...cts/compiler-rt/lib/builtins/arm/comparesf2.S:41:2: error: unknown directive
> >>> .syntax unified
> >>> ^
> >>> /home/llvm_all/llvm/projects/compiler-rt/lib/builtins/arm/comparesf2.S:45:1: error: unexpected token at start of statement
> >>> @ int __eqsf2(float a, float b)
> >>> ^
> >>> /home/llvm_all/llvm/projects/compiler-rt/lib/builtins/arm/comparesf2.S:50:5: error: invalid operand for instruction
> >>> vmov r0, s0
> >>> ^
> >>> /home/llvm_all/llvm/projects/compiler-rt/lib/buil...
2019 Mar 04
2
Compiling for baremetal ARMv4 on Ubuntu Linux
...tins/arm/comparesf2.S
> /home/llvm_all/llvm/projects/compiler-rt/lib/builtins/arm/comparesf2.S:41:2: error: unknown directive
> .syntax unified
> ^
> /home/llvm_all/llvm/projects/compiler-rt/lib/builtins/arm/comparesf2.S:45:1: error: unexpected token at start of statement
> @ int __eqsf2(float a, float b)
> ^
> /home/llvm_all/llvm/projects/compiler-rt/lib/builtins/arm/comparesf2.S:50:5: error: invalid operand for instruction
> vmov r0, s0
> ^
> /home/llvm_all/llvm/projects/compiler-rt/lib/builtins/arm/comparesf2.S:51:5: error: invalid operand for instructio...
2019 Mar 11
2
Compiling for baremetal ARMv4 on Ubuntu Linux
...tins/arm/comparesf2.S
> /home/llvm_all/llvm/projects/compiler-rt/lib/builtins/arm/comparesf2.S:41:2: error: unknown directive
> .syntax unified
> ^
> /home/llvm_all/llvm/projects/compiler-rt/lib/builtins/arm/comparesf2.S:45:1: error: unexpected token at start of statement
> @ int __eqsf2(float a, float b)
> ^
> /home/llvm_all/llvm/projects/compiler-rt/lib/builtins/arm/comparesf2.S:50:5: error: invalid operand for instruction
> vmov r0, s0
> ^
> /home/llvm_all/llvm/projects/compiler-rt/lib/builtins/arm/comparesf2.S:51:5: error: invalid operand for instructio...