Windows version of mkifs

The QNX_TARGET in my Windows 2000 box is ‘d:\qnxsdk\QNX\Neutrino\usr\nto’,
and here is my build file:

[search=/sbin:/usr/sbin:/bin:/usr/bin:/lib:/lib/dll:/boot/sys]
[virtual=x86,bios +compress] boot = {
startup-bios -s 64k
PATH=/proc/boot:/bin:/usr/bin
LD_LIBRARY_PATH=/proc/boot:/lib:/usr/lib:/lib/dll procnto -v
}

[+script] startup-script = {
devc-con -n4 &
reopen /dev/con1

And there is the file “bios.boot” on my
d:\qnxsdk\QNX\Neutrino\usr\nto\x86\sys, but I always get the following error
when I run mkifs (Come with QNX6.0 SDK) from Windows:

D:\Development\projects\igt_ipl>mkifs -v IGTDevelop.bld boot
Line 2: Host file ‘bios.boot’ not available.

I would guess the reason is that the search path becomes
‘d:\qnxsdk\QNX\Neutrino\usr\nto/x86/sys’, is it right? How to get around it
if true? What causes the problem if not?

Do I have to change the build file if I want to build the image under
Windows? The above build file works fine under QNX 6.0 box.

Many thanks.

Xuedong

I fixed the problem by removing
[search=/sbin:/usr/sbin:/bin:/usr/bin:/lib:/lib/dll:/boot/sys]
from the buid file, does [search=…] override the default path?

Xuedong
“Xuedong Chen” <Xuedong.Chen@IGT.com> wrote in message
news:9u1b9m$8c6$1@inn.qnx.com

The QNX_TARGET in my Windows 2000 box is ‘d:\qnxsdk\QNX\Neutrino\usr\nto’,
and here is my build file:

[search=/sbin:/usr/sbin:/bin:/usr/bin:/lib:/lib/dll:/boot/sys]
[virtual=x86,bios +compress] boot = {
startup-bios -s 64k
PATH=/proc/boot:/bin:/usr/bin
LD_LIBRARY_PATH=/proc/boot:/lib:/usr/lib:/lib/dll procnto -v
}

[+script] startup-script = {
devc-con -n4 &
reopen /dev/con1

And there is the file “bios.boot” on my
d:\qnxsdk\QNX\Neutrino\usr\nto\x86\sys, but I always get the following
error
when I run mkifs (Come with QNX6.0 SDK) from Windows:

D:\Development\projects\igt_ipl>mkifs -v IGTDevelop.bld boot
Line 2: Host file ‘bios.boot’ not available.

I would guess the reason is that the search path becomes
‘d:\qnxsdk\QNX\Neutrino\usr\nto/x86/sys’, is it right? How to get around
it
if true? What causes the problem if not?

Do I have to change the build file if I want to build the image under
Windows? The above build file works fine under QNX 6.0 box.

Many thanks.

Xuedong
\