[HECnet] Trying to build SIMH from git (on OpenIndiana)

Mark Pizzolato - Info Comm Mark at infocomm.com
Wed Mar 13 13:46:46 PDT 2013


On Wednesday, March 13, 2013 at 1:42 PM. Dave McGuire wrote:
On 03/13/2013 04:21 PM, Cory Smelosky wrote:
mkdir -p BIN
gcc -std=c99 -U__STRICT_ANSI__   -O2 -finline-functions
-fgcse-after-reload -fpredictive-commoning -fipa-cp-clone
-fno-unsafe-loop-optimizations -fno-strict-overflow -flto
-fwhole-program -Wno-unused-result   -I . -D_GNU_SOURCE
-DUSE_READER_THREAD -DSIM_ASYNCH_IO   -DHAVE_DLOPEN=so
sim_BuildROMs.c
-o BIN/BuildROMs
ld: fatal: auxiliary filter option (-f, --auxiliary) is only available
when building a shared object


  First of all, Cory...have you tried using Sun's compiler?   It kicks the snot out
of GCC for SPARC code generation.   I did give you a copy.

In case it isn't obvious, using this makefile with a different compiler (called suncc for instance) is done by:

    $ make GCC=suncc vax

Let me know how things work out....

- Mark



More information about the Hecnet-list mailing list