NetBSD-Users archive

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

Re: Problems with IBCS



Ricardo Coelho <rjcoelho%gmail.com@localhost> wrote:

> 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".
> 
> Attached "wc" program from IUS, as you ask.

Sorry, I answered w/out looking at the code and I was wrong.  You
don't need EXEC_COFF.  COMPAT_IBCS2 should already pull in necessary
coff exec code.

-uwe



Home | Main Index | Thread Index | Old Index