|
Re: gcc compiler getting started
|
08/05/2009 8:28 AM
post35238
|
Re: gcc compiler getting started
howard coven wrote:
> ok, i'm just looking to run or debug the hello world program
> i downloaded cygwin w gcc and gdb ,
> but my program's not see these i guess.
The gcc and gdb for Neutrino are part of the QNX Momentics suite. The
native cygwin toolchain will not work as it will generate windows
binaries. Once you have installed QNX Momentics, use either qcc, or the
appropriate gcc driver (e.g ntox86-gcc, ntoarm-gcc, etc) to cross
compile for Neutrino. Use the appropriate gdb for your target (e.g
ntox86-gdb) to debug the program.
Regards,
Ryan Mansfield
|
|
|