[TUHS] SIMH compilation problems

Maciek Bieszczad macbiesz at optonline.net
Wed Sep 3 08:26:15 AEST 2003


I was having some problems compiling SIMH on FreeBSD. The reason is, all
the sources have stray MS-DOS carriage returns (^M), while UNIX only
uses line-feeds (^J). This causes GCC to misread some of the code. I
suggest you convert the sources to UNIX text format.

Once I correct all that, the code compiles fine for me.

BTW, why is networking not supported on FreeBSD? Does the pcap driver
not work?

--
Maciek (macbiesz at optonline.net)



More information about the TUHS mailing list