NetBSD-Users archive

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

Re: Problems with IBCS



Oh, God. I forgot this.
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".

Snif.
Thanks Valeriy.



2010/7/20 Valeriy E. Ushakov <uwe%stderr.spb.ru@localhost>:
> Ricardo Coelho <rjcoelho%gmail.com@localhost> wrote:
>
>> So, I installed NetBSD 5.0.2 (arch i386), rebuilding the kernel with
>> "option COMPAT_IBCS2".
>>
>> I retrieve my backups in /ius directory and tried to run a small
>> application like "wc".
>> NetBSD's "file" program recognize the format of IUS's "wc" file.
>> "file /ius/bin/wc" results "COFF 80386".
>>
>> However, when I'm trying to run "/ius/bin/wc" seems OS tries to
>> execute it as a shell script.
>
> Do you also have  "options EXEC_COFF"? (or was it ecoff, i don't remember)
>
> -uwe
>
>


Home | Main Index | Thread Index | Old Index