Languages

Menu
Sites
Language
Error "... launch failed": Building dmtcp Against Tizen 2.1

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.

 

c:\tizen-sdk\workspace\dmtcp-1.2.7>path
PATH=C:\tizen-sdk\tools\mingw\bin;C:\tizen-sdk\tools\mingw\msys\1.0\bin;C:\windows\system32;C:\windows;C:\windows\System32\Wbem; C:\windows\System32\WindowsPowerShell\v1.0\;
c:\tizen-sdk\workspace\dmtcp-1.2.7>..\..\tools\ide\bin\native-gen.bat makefile -t app
manifext.xml does not exist.
c:\tizen-sdk\workspace\dmtcp-1.2.7>..\..\tools\ide\bin\native-make.bat
install_path : C:\tizen-sdk
Info: The manifest.xml file does not exist: c:\tizen-sdk\workspace/manifest.xml
Error: Cannot find "build_data" file.
 
Could somebody guoide me as to what I should be doing?
 
Thanks
bornlibra23

 

Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

7 Replies
Ashutosh Warikoo
To verify if my SDK installation is working I created a Tizen > Tizen Native Project. When I built the project it didn't give me any error. However when I tried to run it I received the following error: Launching New_configuration has encountered a problem. Cannot launch a non-tizen project. When I tried to profile with valgrind it gave me the error: Cannot run valgrind profiling. Reason: Emulator isn't connected or activated.
Ashutosh Warikoo
Now that I figured out that there was no emulator running, I tried starting an emulator using the Connection Explorer which launched the Emulator Manager wherein I created a emulator named dmtcp. Unfortunately this doesn't move past booting the kernel message. Any suggestions?
Ashutosh Warikoo
Now that the emulator is running I ran into problems with certificate signing which were easily solved by using the certificate generator tool included in the sdk. However now that I ran the application I encountered the following error & the log is clean. Any suggestions? **** Build of configuration Debug for project dmtcp **** C:\tizen-sdk\tools\smart-build-interface\bin\sbi.exe action tizen-emulator-2.1.native_llvm31.i386.cpp.app -- make -options="all" -cliprojpath="" -clisdkpath="" -cliunitprojpath="" -cliappid="" mingw32-make.exe: Nothing to be done for 'all'. **** Build Finished **** [Starting deploy process...] [RDS] RDS mode is enabled. $ /usr/bin/pkgcmd -l | grep TeXNdbbijx pkg_type [tpk] pkgid [TeXNdbbijx] name [dmtcp] version [1.0.0] $ /usr/bin/pkgcmd -C -t tpk -n TeXNdbbijx Appid: TeXNdbbijx.dmtcp is Not Running spend time for pkgcmd is [214]ms cmd_ret:0 [Launching the application...] $ sdb -s emulator-26100 launch -p TeXNdbbijx -e dmtcp -m run -t ... launch failed (1.908 sec)
Ashutosh Warikoo
The echo %errorlevel% returns 0 if I execute the launch command manually on the command line.
Ashutosh Warikoo
Bump
Ashutosh Warikoo
Bump
john Smith
Hi, Try to make a empty project and write normal C++ code, after that execute the code. Might be it works.