We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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 `@'