|
|
Re: How to specify GCC version in make file
|
|
04/26/2008 4:27 AM
post7340
|
Re: How to specify GCC version in make file
> If you're using QNX mkfiles project, they are set up to use a GCC_VERSION
> macro.
>
> e.g
>
> make GCC_VERSION=3.3.5
>
> If you're using a standard makefile project:
>
> CC=ntox86-g++-3.3.5
>
> helloworld: hw.cc
> ${CC} hw.cc
>
>
> Regards,
>
> Ryan Mansfield
Hi Ryan,
Thanks for the inputs, now its work fine.
Regards,
Lakshmi.
|
|
|
|
|