'make' command installation

Hello,
I’m a new user of QNX 6.3 with self-hosted version to develop and run
programs on my computer. But I think that I have not ‘make’ installed on my
system. So that I can’t build my project.
So how can I install ‘make’ command on my system?

Thank you for your help.

Cyril

During the installation (for self-hosted system) you will be asked 4
questions:

  1. Install target package? (y/n)
  2. Install SDK? (y/n)
  3. Install QDE (y/n)
  4. Install public GNU utils? (y/n)

If you replied yes to question number two then your command line compilation
tools (make, qcc, etc…) will have been installed.
The make binary should have been installed to:
/usr/qnx630/host/qnx6/x86/usr/bin/make

Make sure that your QNX_HOST and QNX_TARGET environment variables are set
properly and that your PATH environment variable contains the above
mentioned path.

-Joe

cyril bros <cyrbros@hotmail.com> wrote in message
news:cp5cvr$77r$1@inn.qnx.com

Hello,
I’m a new user of QNX 6.3 with self-hosted version to develop and run
programs on my computer. But I think that I have not ‘make’ installed on
my
system. So that I can’t build my project.
So how can I install ‘make’ command on my system?

Thank you for your help.

Cyril

ok. I made QNC C project with which I build correctly. The main file is the
most simple as possible and when I want to run it, it failes (error starting
process). And the debugger indicates that there is no stack.
If you had this kind of problem when started to use QNX, thank you to help
me!!!
cyril
“Joe Mammone” <hw@qnx.com> a écrit dans le message de news:
cp73tf$gkd$1@inn.qnx.com

During the installation (for self-hosted system) you will be asked 4
questions:

  1. Install target package? (y/n)
  2. Install SDK? (y/n)
  3. Install QDE (y/n)
  4. Install public GNU utils? (y/n)

If you replied yes to question number two then your command line
compilation
tools (make, qcc, etc…) will have been installed.
The make binary should have been installed to:
/usr/qnx630/host/qnx6/x86/usr/bin/make

Make sure that your QNX_HOST and QNX_TARGET environment variables are set
properly and that your PATH environment variable contains the above
mentioned path.

-Joe

cyril bros <> cyrbros@hotmail.com> > wrote in message
news:cp5cvr$77r$> 1@inn.qnx.com> …
Hello,
I’m a new user of QNX 6.3 with self-hosted version to develop and run
programs on my computer. But I think that I have not ‘make’ installed on
my
system. So that I can’t build my project.
So how can I install ‘make’ command on my system?

Thank you for your help.

Cyril
\