ddk-devc-ser8250 C:/QNX630/host/win32/x86/usr/bin/qnx_cp:

Hello,

I have QNX6.3.0 SP1

I am trying to build the ddk-devc-ser8250.

  1. I untar-ed everything
  2. I ran bash.exe
  3. I typed: . ./setenv.sh
  4. I typed: make

It seems to work (I get the objects and the binaries) but I am getting
the following error:

C:/QNX630/host/win32/x86/usr/bin/qnx_cp: not found

Am I missing something?

Also, it seems that I have to type ‘make’ many times until it makes
everything. Is there a doc that explains how to build DDKs ?

Thanks!
Alain.

Do you have qnx_cp under C:/QNX630/host/win32/x86/usr/bin ?
If you type ‘make’ in the top level directory it should build everything.

I just installed and built the char ddk on Windows XP and it all worked.
Below is the sequence of events:

-Download Char DDK from myQNX (saved to desktop)
-Double click on the package to start installer
-Filled in my Momentics License key when asked.
------Install completed------
-Created a folder called ddk-devc-ser8250 under
C:\QNX630\target\qnx6\usr\src\archives\qnx
-Unziped archive ddk-devc-ser8250.zip into the newly created
ddk-devc-ser8250 folder.
-Opened a terminal and started bash.exe
-Changed directory to the ddk-devc-ser8250 (cd
/QNX630/target/qnx6/usr/src/archives/qnx/ddk-devc-ser8250)
-’. ./setenv.sh’
-‘make’

Everything built without erros.

Regards,

Joe

Alain Achkar wrote:

Hello,

I have QNX6.3.0 SP1

I am trying to build the ddk-devc-ser8250.

  1. I untar-ed everything
  2. I ran bash.exe
  3. I typed: . ./setenv.sh
  4. I typed: make

It seems to work (I get the objects and the binaries) but I am getting
the following error:

C:/QNX630/host/win32/x86/usr/bin/qnx_cp: not found

Am I missing something?

Also, it seems that I have to type ‘make’ many times until it makes
everything. Is there a doc that explains how to build DDKs ?

Thanks!
Alain.

Joe Mammone wrote:

Do you have qnx_cp under C:/QNX630/host/win32/x86/usr/bin ?

yes, please refer to attached make_output.txt

If you type ‘make’ in the top level directory it should build everything.

For me, it seems to build everything, but I think ‘make install’ is
failing because it cannot copy files.

I just installed and built the char ddk on Windows XP and it all worked.

The only thing I can think of is that I had Cygwin installed before
installing QNX6. So, I checked the PATH and it seems ok, however when I do:

which qnx_cp

it says that it cannot find it.


Below is the sequence of events:

-Download Char DDK from myQNX (saved to desktop)
-Double click on the package to start installer
-Filled in my Momentics License key when asked.
------Install completed------
-Created a folder called ddk-devc-ser8250 under
C:\QNX630\target\qnx6\usr\src\archives\qnx
-Unziped archive ddk-devc-ser8250.zip into the newly created
ddk-devc-ser8250 folder.
-Opened a terminal and started bash.exe
-Changed directory to the ddk-devc-ser8250 (cd
/QNX630/target/qnx6/usr/src/archives/qnx/ddk-devc-ser8250)
-’. ./setenv.sh’
-‘make’

Everything built without erros.

Regards,

Joe

Alain Achkar wrote:

Hello,

I have QNX6.3.0 SP1

I am trying to build the ddk-devc-ser8250.

  1. I untar-ed everything
  2. I ran bash.exe
  3. I typed: . ./setenv.sh
  4. I typed: make

It seems to work (I get the objects and the binaries) but I am
getting the following error:

C:/QNX630/host/win32/x86/usr/bin/qnx_cp: not found

Am I missing something?

Also, it seems that I have to type ‘make’ many times until it makes
everything. Is there a doc that explains how to build DDKs ?

Thanks!
Alain.

Try moving the C:/QNX630/host/win32/x86/usr/bin to the beginning of your
PATH.

  1. Open control Panel
  2. Select “System”
  3. Select “Advanced” tab
  4. Click on “Environment Variables” button
  5. Under “System variables” scroll down to “Path”
  6. Select “Path” and click the “Edit” button.
  7. Move the QNX path to the beginning, click okay a few times and give
    it a try.

Regards,

Joe

Alain Achkar wrote:

Joe Mammone wrote:


Do you have qnx_cp under C:/QNX630/host/win32/x86/usr/bin ?


yes, please refer to attached make_output.txt

If you type ‘make’ in the top level directory it should build everything.


For me, it seems to build everything, but I think ‘make install’ is
failing because it cannot copy files.


I just installed and built the char ddk on Windows XP and it all worked.


The only thing I can think of is that I had Cygwin installed before
installing QNX6. So, I checked the PATH and it seems ok, however when I
do:

which qnx_cp

it says that it cannot find it.


Below is the sequence of events:

-Download Char DDK from myQNX (saved to desktop)
-Double click on the package to start installer
-Filled in my Momentics License key when asked.
------Install completed------
-Created a folder called ddk-devc-ser8250 under
C:\QNX630\target\qnx6\usr\src\archives\qnx
-Unziped archive ddk-devc-ser8250.zip into the newly created
ddk-devc-ser8250 folder.
-Opened a terminal and started bash.exe
-Changed directory to the ddk-devc-ser8250 (cd
/QNX630/target/qnx6/usr/src/archives/qnx/ddk-devc-ser8250)
-’. ./setenv.sh’
-‘make’

Everything built without erros.

Regards,

Joe

Alain Achkar wrote:

Hello,

I have QNX6.3.0 SP1

I am trying to build the ddk-devc-ser8250.

  1. I untar-ed everything
  2. I ran bash.exe
  3. I typed: . ./setenv.sh
  4. I typed: make

It seems to work (I get the objects and the binaries) but I am
getting the following error:

C:/QNX630/host/win32/x86/usr/bin/qnx_cp: not found

Am I missing something?

Also, it seems that I have to type ‘make’ many times until it makes
everything. Is there a doc that explains how to build DDKs ?

Thanks!
Alain.




\

/cygdrive/c/QNX630/target/qnx6/usr/src/archives/qnx/ddk-devc-ser8250>. ./setenv.sh
/cygdrive/c/QNX630/target/qnx6/usr/src/archives/qnx/ddk-devc-ser8250>make
make -Csrc hinstall
make[1]: Entering directory /cygdrive/c/QNX630/target/qnx6/usr/src/archives/qnx/ddk-devc-ser8250/src' make -j 1 -Clib -fMakefile hinstall make[2]: Entering directory /cygdrive/c/QNX630/target/qnx6/usr/src/archives/qnx/ddk-devc-ser8250/src/lib’
make -j 1 -Cio-char -fMakefile hinstall
make[3]: Entering directory /cygdrive/c/QNX630/target/qnx6/usr/src/archives/qnx/ddk-devc-ser8250/src/lib/io-char' make -j 1 -Carm -fMakefile hinstall make[4]: Entering directory /cygdrive/c/QNX630/target/qnx6/usr/src/archives/qnx/ddk-devc-ser8250/src/lib/io-char/arm’
make -j 1 -Ca.be -fMakefile hinstall
make[5]: Entering directory /cygdrive/c/QNX630/target/qnx6/usr/src/archives/qnx/ddk-devc-ser8250/src/lib/io-char/arm/a.be' C:/QNX630/host/win32/x86/usr/bin/qnx_cp: not found C:/QNX630/host/win32/x86/usr/bin/qnx_cp: not found make[5]: [hinstall] Error 127 (ignored) make[5]: Leaving directory /cygdrive/c/QNX630/target/qnx6/usr/src/archives/qnx/ddk-devc-ser8250/src/lib/io-char/arm/a.be’
make -j 1 -Ca.le -fMakefile hinstall
make[5]: Entering directory /cygdrive/c/QNX630/target/qnx6/usr/src/archives/qnx/ddk-devc-ser8250/src/lib/io-char/arm/a.le' C:/QNX630/host/win32/x86/usr/bin/qnx_cp: not found C:/QNX630/host/win32/x86/usr/bin/qnx_cp: not found make[5]: [hinstall] Error 127 (ignored) make[5]: Leaving directory /cygdrive/c/QNX630/target/qnx6/usr/src/archives/qnx/ddk-devc-ser8250/src/lib/io-char/arm/a.le’
make[4]: Leaving directory /cygdrive/c/QNX630/target/qnx6/usr/src/archives/qnx/ddk-devc-ser8250/src/lib/io-char/arm' make -j 1 -Cmips -fMakefile hinstall make[4]: Entering directory /cygdrive/c/QNX630/target/qnx6/usr/src/archives/qnx/ddk-devc-ser8250/src/lib/io-char/mips’
make -j 1 -Ca.be -fMakefile hinstall
make[5]: Entering directory `/cygdrive/c/QNX630/target/qnx6/usr/src/archives/qnx/ddk-devc-ser8250/src/lib/io-char/mips/a.be’

make[5]: Nothing to be done for hinstall'. make[5]: Leaving directory /cygdrive/c/QNX630/target/qnx6/usr/src/archives/qnx/ddk-devc-ser8250/src/lib/io-char/mips/a.be’
make -j 1 -Ca.le -fMakefile hinstall
make[5]: Entering directory `/cygdrive/c/QNX630/target/qnx6/usr/src/archives/qnx/ddk-devc-ser8250/src/lib/io-char/mips/a.le’

C:/QNX630/host/win32/x86/usr/bin/qnx_cp: not found
C:/QNX630/host/win32/x86/usr/bin/qnx_cp: not found
make[5]: [hinstall] Error 127 (ignored)
make[5]: Leaving directory /cygdrive/c/QNX630/target/qnx6/usr/src/archives/qnx/ddk-devc-ser8250/src/lib/io-char/mips/a.le' make[4]: Leaving directory /cygdrive/c/QNX630/target/qnx6/usr/src/archives/qnx/ddk-devc-ser8250/src/lib/io-char/mips’
make -j 1 -Cppc -fMakefile hinstall
make[4]: Entering directory /cygdrive/c/QNX630/target/qnx6/usr/src/archives/qnx/ddk-devc-ser8250/src/lib/io-char/ppc' make -j 1 -Ca.be -fMakefile hinstall make[5]: Entering directory /cygdrive/c/QNX630/target/qnx6/usr/src/archives/qnx/ddk-devc-ser8250/src/lib/io-char/ppc/a.be’
C:/QNX630/host/win32/x86/usr/bin/qnx_cp: not found
C:/QNX630/host/win32/x86/usr/bin/qnx_cp: not found
make[5]: [hinstall] Error 127 (ignored)
make[5]: Leaving directory /cygdrive/c/QNX630/target/qnx6/usr/src/archives/qnx/ddk-devc-ser8250/src/lib/io-char/ppc/a.be' make[4]: Leaving directory /cygdrive/c/QNX630/target/qnx6/usr/src/archives/qnx/ddk-devc-ser8250/src/lib/io-char/ppc’
make -j 1 -Csh -fMakefile hinstall
make[4]: Entering directory /cygdrive/c/QNX630/target/qnx6/usr/src/archives/qnx/ddk-devc-ser8250/src/lib/io-char/sh' make -j 1 -Ca.le -fMakefile hinstall make[5]: Entering directory /cygdrive/c/QNX630/target/qnx6/usr/src/archives/qnx/ddk-devc-ser8250/src/lib/io-char/sh/a.le’
C:/QNX630/host/win32/x86/usr/bin/qnx_cp: not found
C:/QNX630/host/win32/x86/usr/bin/qnx_cp: not found
make[5]: [hinstall] Error 127 (ignored)
make[5]: Leaving directory /cygdrive/c/QNX630/target/qnx6/usr/src/archives/qnx/ddk-devc-ser8250/src/lib/io-char/sh/a.le' make[4]: Leaving directory /cygdrive/c/QNX630/target/qnx6/usr/src/archives/qnx/ddk-devc-ser8250/src/lib/io-char/sh’
make -j 1 -Cx86 -fMakefile hinstall
make[4]: Entering directory `/cygdrive/c/QNX630/target/qnx6/usr/src/archives/qnx/ddk-devc-ser8250/src/lib/io-char/x86’
make -j 1 -Ca -fMakefile hinstall
make[4]: *** [hinstall] Interrupt
make[3]: *** [hinstall] Interrupt
make[2]: *** [hinstall] Interrupt
make[1]: *** [hinstall] Interrupt
make: *** [install] Interrupt

/cygdrive/c/QNX630/target/qnx6/usr/src/archives/qnx/ddk-devc-ser8250
/cygdrive/c/QNX630/target/qnx6/usr/src/archives/qnx/ddk-devc-ser8250>path
PATH=/cygdrive/c/WINDOWS/system32:/cygdrive/c/WINDOWS:/cygdrive/c/WINDOWS/System32/Wbem:/cygdrive/c/mcc18/bin:/cygdrive/c/Pr
ogram Files/Panda Software/Panda Titanium Antivirus 2004:/cygdrive/c/Program Files/Perforce:/cygdrive/c/Program Files/doxyge
n/bin:.:/cygdrive/c/QNX630/host/win32/x86/usr/bin:/cygdrive/c/Program Files/Panda Software/Panda Titanium Antivirus 2004/:/c
ygdrive/c/Program Files/ATI Technologies/ATI Control Panel:/cygdrive/d/home/bin.DOS:/cygdrive/d/home/bin:/usr/local/bin:/usr
/bin:/cygdrive/c/Program Files/Starbase/CodeWright:/cygdrive/c/QNX630/host/win32/x86/usr/bin
/cygdrive/c/QNX630/target/qnx6/usr/src/archives/qnx/ddk-devc-ser8250>which qnx_cp
qnx_cp: Command not found.
/cygdrive/c/QNX630/target/qnx6/usr/src/archives/qnx/ddk-devc-ser8250>which qnx_cp.bat
qnx_cp.bat: Command not found.
/cygdrive/c/QNX630/target/qnx6/usr/src/archives/qnx/ddk-devc-ser8250>which qnx_cp.sh
qnx_cp.sh: Command not found.
/cygdrive/c/QNX630/target/qnx6/usr/src/archives/qnx/ddk-devc-ser8250>which qnx_cp.exe
qnx_cp.exe: Command not found.
/cygdrive/c/QNX630/target/qnx6/usr/src/archives/qnx/ddk-devc-ser8250>which qnx_cp.com
qnx_cp.com: Command not found.
/cygdrive/c/QNX630/target/qnx6/usr/src/archives/qnx/ddk-devc-ser8250>ls /cygdrive/c/QNX630/host/win32/x86/usr/bin/qnx_cp*
/cygdrive/c/QNX630/host/win32/x86/usr/bin/qnx_cp* /cygdrive/c/QNX630/host/win32/x86/usr/bin/qnx_cp.bat*
/cygdrive/c/QNX630/target/qnx6/usr/src/archives/qnx/ddk-devc-ser8250