Hello All
I am a first time developer on Tizen platform & am trying to build a existing application against the Tizen SDK 2.1.
Application: http://dmtcp.sourceforge.net
Application Class: Native C/ C++
Build Using IDE: Yes
Build Using CLI: Yes
Status: Can't Build Either Using IDE Or CLI
Description:
I have installed the SDK using the SDK Inatall Manager & the sdk zip package for Windows 7 64 version. While installation HAXM failed as my CPU didn't have the execute disable bit. Rest went smoothly. Using the IDE first I created a workspace directory on the file system & extracted my project files into it. Now I created a new project (C/C++ > makefile project with existing code) in the Tizen IDE & pointed it to the project & selected the native toolchain option. The project has the standard makefile structure & with components segregated into directories. It builds on Linux using 'make'. Hence I expected the IDE to be able to build the project. However the IDE has the build options under the project menu all greyed out. Next I tried to build using the native-gen & native-make but both failed as well.