Most voted "cross-compiler" questions
3 questions
Sort by count of
-
2
votes1
answer5984
viewsConvert C code to Assembly MIPS?
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,…
-
2
votes1
answer146
viewsReference not defined in compiling an executable for windows x86
I’m building a scaffold project for cross-Compile on c/c++ for Windows, Linux, Mac, Ios and Android. When I compile the project for Windows x86 and I have a very strange error, but the same code…
-
1
votes0
answers23
viewsAxway Titanium - Error when compiling when adding a library to use with Hyperloop
I’m trying to integrate an Android library to Hyperloop to use in my radio application developed in Titanium, but when it is added to the project error occurs at the end of the compilation. [INFO] :…