burning a bootable cd for qnx

I’m trying to make a Bootable cd for QNX. I’m using Qnx 4.25, Photon 1.44,
Watcom c/c++ compiler 10.6, I downloaded the mkisofs utility from

ftp://ftp.qnx.com/usr/free/qnx4/gnu/mkisofs-1.11.1.tgz

but there isn’t any executables, I try to do a Make, it gives an error
in the beginning saying “Makefle 35: commands commence before first target,
stop”.


Does anyone know ?? or is ther a way to get around this in oder to make a
bootable CD for qnx?

Ran,

Makefile NOTES:
They hard coded a “//1/home/grdetil/mkisofs-1.11.1” directory
in two files:
1.) Makefile
2.) config.status
You could do one of two things. Modify the two files to use
a different directory, which is what I did. Or create the hard
coded directory on node 1.

FYI. I tried copying the QNX Product Suite CD, which
worked fine. But if you add files to that CD the installation
process will only work to a point, then it will not recognize
the CD.
I was hoping to create a single CD like QNX that would require
people to input the QNX license information from the keyboard or
diskette. A second procedure would be required installing
our telescope application from a separate of the CDROM.
I decided against creating a bootable CD for my. I decided it was
best to rely on the bootable QNX Product Suite CD, which
will automatically detect new hardware.

If you ever need a consultant please keep me in mind.
ajlouder@yahoo.com (616)365-8113, (616)443-5814.
I have used QNX to control/monitor:
1.) Large engine test cells.
2.) Locomotives.
3.) High speed sortation equipment for distribution centers.
4.) Telescopes.

Andy




ran zhang wrote:

I’m trying to make a Bootable cd for QNX. I’m using Qnx 4.25, Photon 1.44,
Watcom c/c++ compiler 10.6, I downloaded the mkisofs utility from

ftp://ftp.qnx.com/usr/free/qnx4/gnu/mkisofs-1.11.1.tgz

but there isn’t any executables, I try to do a Make, it gives an error
in the beginning saying “Makefle 35: commands commence before first target,
stop”.

Does anyone know ?? or is ther a way to get around this in oder to make a
bootable CD for qnx?