Hi!
I'm trying to build tools from sources on the Tizen emulator (2.3.1), which I found in the SDK.
I can successfully access the shell and browse around, but unfortunately tizen does not seem to come with any of the build-essential tools that are typically availabe in linux distro. So I set about to install make, but it requires gcc, which itself required... gcc. Basically I'd need to go through GNU gcc "prerequisites" (easy to google around, sorry I can't link in post).
Is there an easier way? I noticed the there is an rpm binary under /bin, maybe that's the way to go....
Thanks a lot in advance!
Anthony
PS: I may resort to cross-compilation in the future, but I'd like to build locally first