Jump to ID:
IDE

Project Home

Tracker

Documents

Discussions

Wiki

Project Info
Forum Topic - IDE won`t build simplest project: Page 1 of 15 (15 Items)
   
 
 
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.