NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Problems with IBCS



On Jul 20,  8:49pm, rjcoelho%gmail.com@localhost (Ricardo Coelho) wrote:
-- Subject: Re: Problems with IBCS

| Valeriy help me. I'd forgotten "option EXEC_COFF"
| Including "options EXEC_COFF"
| config OK
| make depend OK
| make NOT OK
| #      link  NETBSD_IBCS/netbsd
| ld -Map netbsd.map --cref -T ../../../../arch/i386/conf/kern.ldscript
| -Ttext c0100000 -e start -X -o netbsd ${SYSTEM_OBJ} ${EXTRA_OBJ}
| vers.o
| exec_conf.o:(.rodata+0x54): undefined reference to `exec_coff_makecmds'
| *** Error code 1
| 
|  I'm looking for "exec_coff_makecmds".

I don't think you need EXEC_COFF... If you look in exec_conf.c there is
a separate section for COMPAT_IBCS2 that has the coff probe in it.

| Attached "wc" program from IUS, as you ask.

Thanks,

christos


Home | Main Index | Thread Index | Old Index