Hi Tim,

You should be able to open "simh-extract-dir\Visual Studio Projects\simh.sln" 
with
VS 2015 and be able to reasonably edit and build all of the simulators in the 
github
repository.

As for building (on Windows) under Eclipse CDT, I'm not sure.  The makefile will
certainly build simulators with MinGW and therefore should also build with the
MSys gmake and gcc.  MinGW builds are invoked from a CMD prompt with:

                C:\,,,\simh-extract-dir> build_mingw {simulator-name}


-          Mark

From: Simh [mailto:[email protected]] On Behalf Of Tim Stark
Sent: Friday, May 13, 2016 5:32 PM
To: [email protected]
Subject: [Simh] Compiling SIMH on Eclipse IDE

Folks,

I often am using Eclipse IDE with CDT plug-ins for developing my codes.  I 
loaded SIMH sources into project file from GitHub directly.

I am now figuring how to compile SIMH sources into binaries by using Eclipse 
build tool (GNU make). It did not work on Windows.
I was able compiling SIMH sources on Ubuntu 16.04 system (on bash shell prompt) 
without any problems.

Does anyone know how to compile them by using Eclipse CDT under Windows?  I am 
using MSYS, Clang/LLVM and VS 2015 compilers.
Editing files on Eclipse CDT is much easier than on CMD prompt for me.

Tim Stark
_______________________________________________
Simh mailing list
[email protected]
http://mailman.trailing-edge.com/mailman/listinfo/simh

Reply via email to