Languages

Menu
Sites
Language
Windows 7 - Make Tool

I've been able to install the Tizen 2.0 SDK for Windows 7 64-bit, and create the sample Hello World C++ Project. When I try to compile the sample application, it fails to find the make tool.

For Windows 7, do I need to install additional tools outside of the SDK? If so, what is recommended?

Rob

 

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

Responses

7 Replies
Lakshmi Grandhi
Hi Robert Griffis, There is problem in compiling C++ project, this issue will be resolved in next SDK release, currently native app support is not provided in current SDK.
DongHee Yang
To create Tizen Native Project, Use "New -> Project -> Tizen -> Tizen Native Project" instead.
Robert Griffis
Thank you! Just as you described, the new Tizen SDK now has a working Tizen Native Project template. Rob
Justin Chen
I'm getting three errors when trying to build automatically: recipe for target 'src/HelloWorld.o' failed make.exe *** [src/HelloWorld.o] Error 1 fatal error: 'new' file not found I'm just trying to compile and run the HelloWorld tutorial. I have the latest Tizen 2.0 SDK too I think. Any help is very appreciated!
Justin Chen
This is on Windows 7 by the way
Rainbow Stain
I'm having same issue. Just installed Tizen SDK on Windows 7 and created a 'hello world' from native app template with scenemanager. I did not even bother to change one setting at all, and could not compile it. It just spit 'recipe for target 'src/HelloWorld.o' failed' on me. When is next release due?
Ben Prendergast
This appears to be happening completely at random. I installed once and got the error when building for the emulator but the device compiled fine. I then reinstalled as per another post and then I could compile the device but not the emulator.