Languages

Menu
Sites
Language
Develop native app with arm computer

Hello to all.

   My problem is that I have a ARM proccesor computer, and SDK is only aviable for x86 and amd64 architectures.

The questions are:

There is anywhere SDK source code for compile if for my computer?

Or maybe is better to find the way for skip use the SDK and use my local gcc (I have Linux ARM distro), actually I am trying this way, and make from .c a executable ARM binary is not a issue, but pack the binary inside Tizen app without SDK is a headache, and I couldnt find any documentation about how to do manually...

Any suggestion or help?

Thanks to all!

Responses

3 Replies
s arefin

Hi, 

Tizen SDK runs on Windows*, Ubuntu*, as well as Mac OS X*. Tizen applications may be developed without relying on an official Tizen IDE, as long as the application complies with Tizen packaging rules.

https://developer.tizen.org/development/tools/download

To compile app in ARM architecture. 
From SDK you can check the following to change the typ: 
Right-click your project in Project explorer of IDE and select Properties menu inside.
Then you can find Architecture menu after you go to C/C++ build --> Tizen Settings--> platform tab

or following link might be helpful for you. 
https://developer.tizen.org/ko/development/tools/native-tools/command-line-interface?langredirect=1
https://developer.tizen.org/ko/forums/sdk-ide/how-do-i-compile-simeple-appliaction-like-helloworld.c-toolchain?langswitch=ko

Thanks.

Carlos Dominguez

Hello Samsul, Thanks for answer, but I think you didnt get my point, my computer is Asus Cromebook Flip with ARM processor and Linux Ubuntu ARM, then witch SDK should I install???? I think there is not any SDK for my system, then I need to find the way to compile and packing without the SDK command line... manually I mean, any one knows where to find the schema specification for packing Tizen native apps?

Thanks to all, thanks Samsul, but I need from you another try...

Carlos Dominguez

Hello Samsul, Thanks for answer, but I think you didnt get my point, my computer is Asus Cromebook Flip with ARM processor and Linux Ubuntu ARM, then witch SDK should I install???? I think there is not any SDK for my system, then I need to find the way to compile and packing without the SDK command line... manually I mean, any one knows where to find the schema specification for packing Tizen native apps?

Thanks to all, thanks Samsul, but I need from you another try...