devn location

Hi,

The next question will probably sound odd to you.
I’ve recently moved to a new QNX system (ver 6.1A) and I can’t find the
location of where to put my network driver code, to be compiled.
In my older QNX version it was located in:
/usr/src/nddk_v1.00/src/nto/drivers/devn/MySrcDir
As I recall I must put my driver code in the above dir.

  1. must I?
  2. what is the correct directory to put my network driver code on 6.1A ?
    (with nddk installed already on it)


Cheers

Benzy Gabay

You can put it in any location as long as you include makefile and common.mk
files in your root of build directory.It does not make any difference for
compilation.

Hope it helps
Sreekanth

“Benzy Gabay” <bgabay@maya-st.com> wrote in message
news:a5i8rm$inu$1@inn.qnx.com

Hi,

The next question will probably sound odd to you.
I’ve recently moved to a new QNX system (ver 6.1A) and I can’t find the
location of where to put my network driver code, to be compiled.
In my older QNX version it was located in:
/usr/src/nddk_v1.00/src/nto/drivers/devn/MySrcDir
As I recall I must put my driver code in the above dir.

  1. must I?
  2. what is the correct directory to put my network driver code on 6.1A ?
    (with nddk installed already on it)


Cheers

Benzy Gabay