Hi Michael,
I hope you're doing great :) Thanks for chiming in!
As I mentioned above, I used current Jessie light and did manage to get Jack2 to compile. I couldn't get SC to compile using the version on the website guide (same problem as Roberto), but I did manage to compile with version c7600cc1c9 and a 2GB swap file. Still, both scsynth and sclang crash on startup though - haven't had time to track down the issue yet.
For the record, here are the cmake flags I used - maybe someone can chime in and advise if you see something wrong (trying to build a headless system):
cmake -L -DCMAKE_BUILD_TYPE="Release" -DBUILD_TESTING=OFF -DSSE=OFF -DSSE2=OFF -DSUPERNOVA=OFF -DNOVA_SIMD=ON -DNATIVE=OFF -DSC_QT=OFF -DSC_WII=OFF -DSC_ED=OFF -DSC_IDE=OFF -DSC_EL=OFF -DCMAKE_CFLAGS="-march=armv7-a -mtune=cortex-a8 -mfloat-abi=hard -mfpu=neon-vfpv4" -DCMAKE_CXX_FLAGS="-march=armv7-a -mtune=cortex-a8 -mfloat-abi=hard -mfpu=neon-vfpv4" ..
Things that may have gone wrong:
- kernel too new (this has been an issue in the past with ARM), or OS not supporting this
- gcc too new (I used 4.9.2)
- wrong flags
- something else that's beyond me ;)
Best,
Stelios