Open algunt opened 8 years ago
Use grep
to find all occurrences of the ndk version string in the code (not sure what it is at the moment, but maybe r10e
?). Replace all of these with the current ndk version string. Follow the build instructions replacing all occurrences of the old with the new ndk version string. Report here if something isn't working. I currently don't have access to a machine with Android Development Tools.
There's more complicated.
I don't have the latest ndk and I don't have access to the latest ndk so that I do not know how the relative paths have changed.
agcc
and agcc-vfp
have moved to here:
https://github.com/neurodroid/neurodroid/raw/master/nrn/agcc
https://github.com/neurodroid/neurodroid/raw/master/nrn/agcc-vfp
Instructions for compiling obsoleted for new versions of NDK. How to build a project with new NDK versions?