Search found 5 matches

by aschloegl
Tue Sep 25, 2018 6:05 am
Forum: UNIX/Linux
Topic: NEURON 7.6.2 Source Code Compilation and Python versions
Replies: 4
Views: 13256

Re: NEURON 7.6.2 Source Code Compilation and Python versions

Hi, 1. I am trying to compile NEURON 7.6.2 source code on Ubuntu 18.04.1. I have got these files from https://neuron.yale.edu/ftp/neuron/versions/alpha/ : [ ] iv-19.tar.gz 2018-08-01 16:42 1.2M [ ] nrn-7.6.2.tar.gz 2018-08-15 13:27 7.8M (The source code at https://www.neuron.yale.edu/neuron/downloa...
by aschloegl
Mon Mar 04, 2013 4:10 am
Forum: UNIX/Linux
Topic: cross-compiling neuron (host: linux: target: windows)
Replies: 7
Views: 5633

Re: cross-compiling neuron (host: linux: target: windows)

building mxe I can't get past Failed to build package libmikmod! ------------------------------------------------------------ make[3]: *** [drv_AF.lo] Error 1 I've fixed building libmikmod in my tree for i686-pc-mingw32. However, building libmikmod for x86_64-w64-mingw32 is currently disabled; tryi...
by aschloegl
Mon Mar 04, 2013 2:55 am
Forum: UNIX/Linux
Topic: cross-compiling neuron (host: linux: target: windows)
Replies: 7
Views: 5633

Re: cross-compiling neuron (host: linux: target: windows)

I am a bit concerned about the Target being i686-pc-mingw32 instead of x86_64-w64-mingw32 .
Just add the following line to settings.mk

Code: Select all

MXE_TARGETS := i686-pc-mingw32 x86_64-w64-mingw32
and it will try to build it for both platforms.
by aschloegl
Wed Feb 27, 2013 4:38 pm
Forum: UNIX/Linux
Topic: cross-compiling neuron (host: linux: target: windows)
Replies: 7
Views: 5633

Re: cross-compiling neuron (host: linux: target: windows)

Thanks for your reply. Yes, I've upgraded to 7.3.alpha-755, and the reported error messages is from that attempt. I've addressed the nocmodl issue by compiling neuron twice, for the host and for the target platform, and then messing with makefile, to use the host nocmodl within the Makefile for the ...
by aschloegl
Mon Feb 25, 2013 10:19 am
Forum: UNIX/Linux
Topic: cross-compiling neuron (host: linux: target: windows)
Replies: 7
Views: 5633

cross-compiling neuron (host: linux: target: windows)

I'm trying to cross-compile neuron 7.3.alpha (r755) with the mingw-cross-compiler environment, using debian as host platform and x86_64-w64-mingw32 as target. I came quite far, even managed to compile nrnmodl for the host and target. But now I've come across a problem resulting the following compile...