vanderlin / ofxBox2d

Openframework wrapper for box2d

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: junk at end of line, first unrecognized character is `@'

pranav0281999 opened this issue · comments

Platform: Ubuntu 18.04
OF version: Latest
ofxBox2d version: Latest
IDE: Qt creator

When building a sample project, I am facing the following error in every single line of b2ParticleAssembly.neon.s that has '@' character:

/home/username/Downloads/of_v0.11.0_linux64gcc6_release/addons/ofxBox2d/libs/Box2D/Particle/b2ParticleAssembly.neon.s:1: Error: junk at end of line, first unrecognized character is `@'

Also the error message is from assembler. Can you help @vanderlin ?

I still haven't figured out why this error was happening but it was not just for '@' it was for every single character in that file.
Now it doesn't work when compiling with QT, but IT WORKS WITH MAKE.

If anyone is having any problems trying to make it work with make, look at the example project in of_release directory and see how they are using 3 make files.