|
J S
|
IDE won`t build simplest project
|
|
J S
10/21/2011 12:51 PM
post89536
|
IDE won`t build simplest project
Hello everyone!
I`ve downloaded Trial QnX momentics 6.5.0. IDE and QNX Neutino OS latest.
I`m using QNX running on a VirtualBox and Windows 7 Ultimate as guest with IDE, linked via IP.
When i build a simple "Hello world project" for x86 CPU, it gets me the following mistakes:
make.exe [1]: [all] Error 2 (ignored)
make.exe [2]: *** [C:/Users/J/Documents/x86/0-g/Documents_g/]Error 1
make.exe [2]: *** [C:/Users/J/Documents/x86/0-g/Documents] Error 1
All three happen in some "line 0" while there is only code:
#include <stdlib.h>
#include <stdio.h>
int main(int argc, char *argv[])
{
printf (Welcome to QNX Momentics IDE\n");
return EXIT_SUCCESS;
}
It`s default "Hello World" program and nothing happens but errors for almost 4 days.
QNX runs succesfully from root superuser account with "qconn" active.
IDE sees qnx, cpu, threads, ram succesfully.
Please help to solve a problem, i`ve tried almost everything.
Thank you.
|
|
|
|
|