Hi,
First of all, this is my first post (yeeahhhhh)!
So, I’m starting a new project (cocos2d-x, cross-platform). I’ve been setting up a quite simple CI (Jenkins) running on top of a raspberry pi (with Debian). Nothing fancy here, static analysis of the code is done (report), binary for GNU/Linux is built and unit tests are executed…
What is the problem? When I tried to build a small demo (smth like HelloWorld example), fmod libs can’t be linked (see image bellow) due to wrong architecture (those libs are for GNU/Linux x86/x86_64 with Intel/Amd instruction sets).
My question: Can I build it without fmod libs dependency?
As far as I know, Android version (the most similar arch, in my understanding, doesn’t rely on fmod).
P.S. I’m using GCC 4.9 (and, for testing also, CLang 3.8).
Many thanks,
Daniel
Image:
