Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - First Project: Page 1 of 3 (3 Items)
   
First Project  
Hello!
I had installed QNX Momentics Development Suite 6.3.2 in Windows XP. IDE 4.0.1
Trying to make the first project of C++.
Program text:
#include <stdio.h>

int main(void) {
	printf("Welcome\n");
	return 0;//EXIT_SUCCESS;
}

Selected Project type:  QNX C/C++.

Build Variants: x86 (debug, release)
Compiler Type: GNU 3.3.5
Linker -> Category: General Options
Make Builder -> marking Use default, Build (Incremental Build), Clean

Build Project had no mistakes.

Select Windows -> Customize Perspective -> Launch

Run -> Debug:
Launch Configuration: C/C++ Local Application
Main -> C/C++ Application: x86/o-g/new_project_g
Debugger -> Debugger: gdb/mi
		Stop on startup at: main
		Main -> GDB Debugger: gdb
			  GDB Command Set: CygWin
			  Protocol: mi
		Shared Libraries -> load automatically
Source -> Source Lookup Path: Default

After pressing Apply, Debug the error window appears:
Error creating session
Exec error: Launching failed (3 lines)

Trying to change 	Debugger: CygWin Debugger, gdb Debugger
			GDB Command Set: Standard, Standard (Windows)
I’ve got the same error.

What can be changed (added, deleted)?