l68: error - no root psect found
The manual I have indicates that the first module in the linker
command line should have the root psect, and that the root psect is
identified by a 0 in the TypLan field.
The code originally had this:
Typ_Lang set (Sbrtn<<8)+Objct
.
.
.
psect scsi, Typ_Lang,Attr_Rev,Edition,0,Entry
Even if I change Typ_Lang to 0 (as the manual suggests) I still get
the same error.
What gives?
Regards, Bob Devries
Dalby, QLD, Australia
Hmm, I found an answer....
I changed Typ_Lang to (Drivr<<8)+Objct and it links correctly. I don't
know why the original was a subroutine, nor do I understand why the
linker refused to link it.