Languages

Menu
Sites
Language
Conversion from BadaOS to Tizen - failed subdir.mk error

Hello

I was installed the last Tizen SDK (yesterday) and tool to convert Bada app/games to Tizen Native application.

After importing a Bada project I build my project. Always I get just one  error:

"src/MyClass.o' failed subdir.mk ..."

 

I tried for a few Bada projects (games and UI apps)  - always the same error.

I installed Tizen SDK on 3 computers with Windows 7 64 bits  - of course I downloaded  SDK for 64 bits systems ( tizen-sdk-2.0-windows64.exe ).

 

Maybe someone know how to resolve it?

 

It seems there is no problem with SDK integrality but rather wrong settings (I didn't change anything) or missing some files in SDK.

 

With this error I totally stuck.

 

Regards,

arek

 

 

 

 

 

.

 

 

 

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

Responses

10 Replies
kavish
Just check below link which explain about how to do porting bada application into Tizen. http://developer.bada.com/library/Migration-Tool-Installation-for-Converting-bada-Applications-to-Tizen-Applications The above link will help to porting bada application.
Slawek Kowalski
Thanks for anwer. I did all they say there. The error occurs when I try to build already imported project. Dosen't matter what type of application it is - always the same error.
kavish
Did you used migration-tool for porting your application into Tizen?
Slawek Kowalski
Yes, I use migration tool. It converts bada project to Tizen without any problems. The problem is when I press F10 to build project.
kavish
When I press F10 to build the project it build without any problem. Which SDK version you are using ?
Slawek Kowalski
I have installed tizen-sdk-2.0-windows64.exe for Windows® 7 64bits.
Nikolay Cholakov
Hi Sland, You need to download offline image of SDK installation for Win7 64 bit because for some reasons c++ packages are not installed via web installer. I think that if you trying to create new native project from IDE you will get the same result. Solution for this is to copy missing packages from offline image. Please see this article for Windows8 installation it desribes which packages are missing. https://developer.tizen.org/forums/sdk-ide/successful-sdk-2.0-64-bit-installation-windows-8-64-bit Thanks, Nick
kavish
Hi nisafrost, Thank you for updating such information and link.
Slawek Kowalski
Thank you nisafrost. I was a few days away. I am going to test your solution today.
Slawek Kowalski
Hello, I have installed new Tizen SDK - 2.1. Now Bada projects and tizen samples are compiled perfect! But I have problem with running emulator. Will be described in other topic. Thanks for help. Regards Bogus