1

I'm doing a porting exercise to port an application from Ubuntu to Ubuntu Touch. The application uses gcc 4.1.2, CMake 2.6.4, binutils 2.22.

Q1. What tools are needed for setting up a Ubuntu Touch development environment? I've already seen this link and followed every step. The link does not installs any cross compiler but I guess I'm gonna need a cross compiler too for compiling the applications for arm phones/tablets targets.

Q2. The QT creator in this article can be configured to use CMake but if a new project is created with QT creator to use CMake 2.8 version. Is CMake 2.6 compatible with QT creator 2.7 based on QT 5.0.1?

Q3. Is there any emulator available?

Q4. Can a c++ code(with no gui only one daemon that runs in background) be compiled for Ubuntu Touch which works fine on Ubuntu?

bikram990
  • 186
  • Same as with my question 2 response, give it a go :P Considering that Ubuntu Touch is new to all of us.
  • – Ads20000 Apr 23 '13 at 09:10
  • I compiled the code in QT creator seems to compile fine but again will it work on Ubuntu Touch (arm device) as the compiler was gcc? no issues for cmake 2.6.4 also – bikram990 Apr 23 '13 at 09:13
  • See number 4 on my answer for how to run qt programs on a Touch device... – Ads20000 Apr 23 '13 at 09:55