http://code.google.com/p/neurodroid
Prebuilt-binaries are also provided. There's no GUI because X doesn't run (easily) on Android.
The port is poorly tested and could obviously be improved if there's any need and interest.



Best,
Christoph
I never figured out an elegant single step cross-compile using autotools. However the two step process should do the trick if the --without-nmodl stepModify src/nrnoc/Makefile to use your local hoc_e and nocmodl builds rather than the cross-compiled ones. I'm sure there's a more elegant way to do this.
Thanks, I've updated the build instructions. The site has moved to http://code.google.com/p/neurodroid. There's an android package with a minimal GUI to load hoc files.hines wrote:That's cute and quite unexpected :)I never figured out an elegant single step cross-compile using autotools. However the two step process should do the trick if the --without-nmodl stepModify src/nrnoc/Makefile to use your local hoc_e and nocmodl builds rather than the cross-compiled ones. I'm sure there's a more elegant way to do this.
uses CC=gcc CXX=g++ and no special CXXFLAGS (and leave out the --host and --build options).