On Mon, May 20, 2013 at 09:27:51PM +0200, Jordi Guillaumes i Pons wrote:
Add also:
OS_CCDEFS += -I/usr/local/include
I just remembered I had to do the same to get vde caught in the macOS build.
That did the trick!
VAX simulator V3.9-0
sim> attach xq vde:/tmp/switch1
libpcap version 1.2.1
Eth: opened OS device vde:/tmp/switch1
sim>
Now to beat dynamips about the head until it works with VDE.
-brian
On Mon, May 20, 2013 at 3:07 PM, Cory Smelosky <b4 at gewt.net> wrote:
On 20 May 2013, at 15:05, "G." <gerry77 at mail.com> wrote:
On Mon, 20 May 2013 18:00:51 -0000, Cory Smelosky wrote:
$ set host/app=rterm 9.10
%REM-I-CONNECTION, connection made using RTERM protocol
%SYSTEM-F-ACCVIO, access violation, reason mask=00, virtual
address=000052D800008AA6, PC=000052D800008AA6, PS=0000001B
Which architecture, version and patches? 8-)
8.4, Alpha, no patches.
G.
Hello!
Are you sure about those things? Then what is it wearing on its knees?
Now as to your earlier problem: I had a certain droid turn it off.
-----
Gregg C Levine gregg.drwho8 at gmail.com
"This signature fought the Time Wars, time and again."
El 20/05/2013, a les 21:25, Brian Hechinger <wonko at 4amlunch.net> va escriure:
On Mon, May 20, 2013 at 09:14:07PM +0200, Jordi Guillaumes i Pons wrote:
Ouch!
Please check if there is a different package for "devel" in the FreeBSD ports tree. There is one for linux, and you need to install the -devel one to be able to compile simh.
FreeBSD doesn't have such silliness. :)
The header files are there, it just looks like INCPATH isn't working as
I don't see -I/usr/local/include in the output.
Add also:
OS_CCDEFS += -I/usr/local/include
I just remembered I had to do the same to get vde caught in the macOS build.
-brian
Jordi Guillaumes i Pons
jg at jordi.guillaumes.name
HECnet: BITXOV::JGUILLAUMES
On Mon, May 20, 2013 at 09:14:07PM +0200, Jordi Guillaumes i Pons wrote:
Ouch!
Please check if there is a different package for "devel" in the FreeBSD ports tree. There is one for linux, and you need to install the -devel one to be able to compile simh.
FreeBSD doesn't have such silliness. :)
The header files are there, it just looks like INCPATH isn't working as
I don't see -I/usr/local/include in the output.
-brian
El 20/05/2013, a les 21:05, Brian Hechinger <wonko at 4amlunch.net> va escriure:
Well, almost:
sim_ether.c:819:24: error: libvdeplug.h: No such file or directory
sim_ether.c: In function '_eth_reader':
sim_ether.c:1472: warning: implicit declaration of function 'vde_recv'
sim_ether.c:1472: error: 'VDECONN' undeclared (first use in this
function)
sim_ether.c:1472: error: (Each undeclared identifier is reported only
once
sim_ether.c:1472: error: for each function it appears in.)
sim_ether.c:1472: error: expected expression before ')' token
sim_ether.c: In function 'eth_open':
sim_ether.c:1703: error: storage size of 'voa' isn't known
sim_ether.c:1712: warning: implicit declaration of function 'vde_open'
sim_ether.c:1716: warning: implicit declaration of function 'vde_datafd'
sim_ether.c:1716: error: 'VDECONN' undeclared (first use in this
function)
sim_ether.c:1716: error: expected expression before ')' token
sim_ether.c: In function 'eth_close':
sim_ether.c:1853: warning: implicit declaration of function 'vde_close'
sim_ether.c:1853: error: 'VDECONN' undeclared (first use in this
function)
sim_ether.c:1853: error: expected expression before ')' token
sim_ether.c: In function '_eth_write':
sim_ether.c:2044: warning: implicit declaration of function 'vde_send'
sim_ether.c:2044: error: 'VDECONN' undeclared (first use in this
function)
sim_ether.c:2044: error: expected expression before ')' token
gmake: *** [BIN/pdp11] Error 1
Ouch!
Please check if there is a different package for "devel" in the FreeBSD ports tree. There is one for linux, and you need to install the -devel one to be able to compile simh.
Jordi Guillaumes i Pons
jg at jordi.guillaumes.name
HECnet: BITXOV::JGUILLAUMES
On 2013-05-20 21:05, G. wrote:
On Mon, 20 May 2013 12:08:25 -0400, Brian Schenkenberger, VAXman- wrote:
Well, there's no specific TOPS-10 module. I'll assume that the TOPS20 is
also for use when the target is TOPS10.
I think TOPS-10 is more RSTSish, anyway both TOPS-20 and RSTS protocol
flavours seem to belong to the same RSTSRT module, so...
Using the various implementations in RSX, I can tell that it's not RSTS/E-like, but TOPS-20.
Johnny
--
Johnny Billquist || "I'm on a bus
|| on a psychedelic trip
email: bqt at softjar.se || Reading murder books
pdp is alive! || tryin' to stay hip" - B. Idol
On 2013-05-20 20:00, Cory Smelosky wrote:
On Mon, 20 May 2013, Cory Smelosky wrote:
On Mon, 20 May 2013, Johnny Billquist wrote:
On 2013-05-20 17:01, G. wrote:
Now that there is a TOPS-10 host on HECnet, can some people try at
least to
trace on which versions it works and on which it does not?
Thanks to everyone! :)
Hum...
..set /host=marley
NCT -- Connection rejected, Node unreachable
NCT -- Control returned to node "MIM "
..ncp tell marley sho exec
NCP -- Show failed, Listener connect failed, node unreachable
..
Johnny
I'm seeing tha two...expect I can ping it from my area router and I can
SET HOST from VAX/VMS 7.3
I am...very confused.
There we go. It was a networking configuration error.
Try now.
Now I get a stackdump:
On 20 May 2013, at 15:05, "G." <gerry77 at mail.com> wrote:
On Mon, 20 May 2013 18:00:51 -0000, Cory Smelosky wrote:
$ set host/app=rterm 9.10
%REM-I-CONNECTION, connection made using RTERM protocol
%SYSTEM-F-ACCVIO, access violation, reason mask=00, virtual
address=000052D800008AA6, PC=000052D800008AA6, PS=0000001B
Which architecture, version and patches? 8-)
8.4, Alpha, no patches.
G.
On Mon, 20 May 2013 18:00:51 -0000, Cory Smelosky wrote:
$ set host/app=rterm 9.10
%REM-I-CONNECTION, connection made using RTERM protocol
%SYSTEM-F-ACCVIO, access violation, reason mask=00, virtual
address=000052D800008AA6, PC=000052D800008AA6, PS=0000001B
Which architecture, version and patches? 8-)
G.
El 20/05/2013, a les 19:27, Cory Smelosky <b4 at gewt.net> va escriure:
I'm seeing tha two...expect I can ping it from my area router and I can SET HOST from VAX/VMS 7.3
I am...very confused.
That smells familiar. I wasn't able to get into my TOPS10 node from any machine but its adjacents. I have not looked into the issue again, but I plan to do it.
Jordi Guillaumes i Pons
jg at jordi.guillaumes.name
HECnet: BITXOV::JGUILLAUMES