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:
Can I 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... Write thr manifest layout and res.xml seams easy, but how to do the signature? and can I use zip and rename the .zip for .tpk? I would like to have more information of internal specification of tpk files...
Any suggestion or help?
Thanks to all!