Questions tagged as 'cross-compiler'

1
answer

Convert C code to MIPS assembly?

How can I generate the Assembly code corresponding to the code below: #include <stdio.h> #define LINHA 4 #define COLUNA 5 int tab [LINHA][COLUNA] = { 2016,2012,2008,2004,2000, 1916,1911,1908,1904,1900, 1861,1857,1852,1846,...
asked by 03.10.2017 / 21:54
0
answers

Axway Titanium - Error compiling when I add a library to be used with Hyperloop

I'm trying to integrate an Android library with Hyperloop to use in my Titanium radio application, but when it's added to the project, an error occurs at the end of the build. [INFO] : Creating unsigned apk [INFO] : Processing /.../build/a...
asked by 31.01.2018 / 17:15