Languages

Menu
Sites
Language
Build lockup (process in make --eval=SHELL=cmd -r all)

I installed Tizen SDK(native 2.3 Rev2) using jdk8 in Windows 7 64bit.

I created 'Piano Sample Application'.

but I can't build successfully.

 

==================================================================

18:29:24 **** Build of configuration Debug for project PianoSample ****
make --eval=SHELL=cmd -r all 
'Building file: ../src/view/piano-callbacks.c'
'Invoking: C Compiler'
make: *** �׼����� �źεǾ����ϴ�.

.  Stop.
make: *** Waiting for unfinished jobs....

==================================================================

It shown in 'Clean' menu too.

What is problem?

Edited by: 연호 조 on 03 May, 2015

Responses

8 Replies
Vikram

Hello,

If you can't build any sample code of SDK, probably your SDK wasn't installed correctly. 

And It's stable to install it using SDK image then network.

Hope this help you.

 

 

연호 조

I tried many ways.

reinstalled my windows7 64bit(format) and...

- installed jdk8 & sdk 32bit

- installed jdk8 & sdk 64bit

but I can't find solution.

Jean Yang

Hi, 

I have met the same problem before, my problem is the computer CUP  almost full also the memory is full, try to clean the system or restart and try again.

연호 조

I reinstalled my windows 7 64bit.

but, problem don't resolved.

Vikram

Hello,

I recommend you not to install 32bit SDK to your machine.  and you need to remove SDK folder manually when you reinstall it as I observed strange issue before.

How about you try to install JDK 7?

Hope this will help you.

연호 조

Thanks for your regard.

but, Problem hasn't been solved.

I think my computer doen't match with Tizen SDK.

my comupter's HW Specifications

 - i5-3570

- 8GB RAM

- AMD Radeon HD 7850

 

Vikram

Hello,

How about web application in your IDE?  Can you see the same build error when you build web sample application?

I saw that some developer had some trouble with JDK  8  on Windows 8.1.  but you're in rare case anyhow.

연호 조

Umn...

No, I built web application in my computer. It has no error.

 

but, I found solution.

I tried in vmware(windows 7 64bit)

I can build native application in vmware. and the application runs in tizen emulator.

but, very slow. but, I has Z1 device. It is no problem.

 

Thank you, so much.