|
|
Re: Problem building project: error in make command
|
|
02/10/2011 8:26 AM
post83072
|
Re: Problem building project: error in make command
Make does know anything about %VAR%, momentics build system does not use "cmd" shell, it using unix still shell and make
On 02/10/2011 05:25 AM, Giuseppe Salvatore wrote:
> I recently donwload the 30days trial version of QNX Momentics 6.5.0 for Windows host. I get started trying to compile
my first "Hello world" app but I get some errors in building project
>
> %INSTALL_PATH%\host\win32\x86\usr\bin\make.exe -k CPULIST=x86 all --file=%MY_USER_APP%/Local/Temp/
QMakefile129733018063912583.tmp
>
> %INSTALL_PATH%/host/win32/x86/usr/bin/make.exe -j 1 -Cx86 -fMakefile all
>
> make.exe[1]: Entering directory `%MY_WORKSPACE%/My_Project/x86'
> Makefile:8: recurse.mk: No such file or directory
> make.exe[1]: *** No rule to make target `recurse.mk'.
> make.exe[1]: Failed to remake makefile `recurse.mk'.
> make.exe[1]: *** No rule to make target `all'.
> make.exe[1]: Leaving directory `%MY_WORKSPACE%/My_Project/x86'
> make: [all] Error 2 (ignored)
>
> Note: to be short I modified some subpath with %VAR%
>
>
>
> _______________________________________________
>
> QNX Momentics Community Support
> http://community.qnx.com/sf/go/post83067
>
|
|
|
|
|