vanderlin / ofxBox2d

Openframework wrapper for box2d
zlib License
320 stars 122 forks source link

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

Closed pranav0281999 closed 4 years ago

pranav0281999 commented 4 years ago

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 `@'
pranav0281999 commented 4 years ago

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

pranav0281999 commented 4 years ago

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.