This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

NE10 for QNX 7.0.4 building errors

Hi,

I am trying to port over NE10 for QNX 7.0.4 from https://github.com/projectNe10/Ne10 with Cortex-A53 and AARCH64 architecture.  I have been able to build the .c/.cpp files, but the assembly code keeps failing to be assembled with the below error.  It looks like the aarch64 gcc assembler does not like '@' used as a way to signal a comment line in the code.

Any pointer is appreciated or if anyone knows already there is a port of NE10 for QNX 7.0.4, please point the way.  Thanks!

modules/math/NE10_add.neon.s:11: Error: junk at end of line, first unrecognized character is `@'