Displaying 1 result from an estimated 1 matches for "ne10_abs".
2018 Jul 30
2
how to build NE10 Project using llvm compiler
Hello,
I’m using NXP layerscape Arch (A53/A72), and I want to use NE 10 Project
library , and llvm compiler 3.8.1.1
(https://projectne10.github.io/Ne10/) <https://projectne10.github.io/Ne10/>
When compiling the project file I get the following errors :
./NE10_abs.asm.s:59:9: error: unrecognized instruction mnemonic
vmov s2, r3
^
../NE10_abs.asm.s:62:9: error: unrecognized instruction mnemonic
vldr s1, [r1]
^
../NE10_abs.asm.s:63:13: error: invalid operand for instruction
add r1, r1, #4
can you advice , how t...