cross-compiling
error while running a GUI application in mini2440 board
i am trying to run a GUI application inside mini2440(FriendlyARM board that runs Qtopia). I followed instructions from[详细]
2023-03-30 06:17 分类:问答Compiled gcc4.4.6 on one machine, how to let another machine use it?
I built gcc 4.4.6 (to use CUDA) on a fast server, it takes about 10 min. However, on my own desktop, it takes kinda for ever to compile.[详细]
2023-03-30 02:39 分类:问答Problem with libraries and Mingw-gcc to cross-compile Win32 code on Linux
I am attempting to cross-compile some C/C++ programs I\'ve written on Linux for Windows. I\'ve had a lot of experience using both GCC and MSVC.[详细]
2023-03-29 10:51 分类:问答Libraries(armel) for cross compiling
Where can I get compiled libraries specific architectures?My company hired some contractors开发者_StackOverflow中文版 to port some code to our powerpc platform.I am trying to move this to an arm platf[详细]
2023-03-28 13:33 分类:问答How can I setup linux to compile FORTRAN code into windows binaries?
I\'m working on a FORTRAN project and I would like to build all of the binaries that I want to maintain on a linux machine that is d开发者_如何转开发edicated for automated builds. I have successfully[详细]
2023-03-26 23:09 分类:问答Why does cross gcc invoke native 'as'?
I am in the process of building the ps2 (playstation 2) toolchain for OSX using an existing script which worked fine for Linux/Windows in the past but has always been troublesome on OSX.[详细]
2023-03-26 11:01 分类:问答Compiling Cairo with Qt support for MinGW
I have been trying to build cairo as a static library with support for cairo\'s experimental Qt features (I cannot use the official GTK binary releases). My Qt installation has no pkg-config within Mi[详细]
2023-03-25 18:59 分类:问答Does anybody have a patch or a kludge trick so that I am able to cross-compile climm-0.6.4 with gnutls-2.12.5?
I am trying to cross-compile climm-0.6.4 to windows under Ubuntu with the following command: ./configure --host=i686-pc-mingw32 --enable-ssl=gnutls[详细]
2023-03-25 08:00 分类:问答How to build 32-bit Poco libraries on Mac OS?
I\'d like to build 32-bit Poco libraries on Mac OS (since I have other fixed 32-bit dependencies). By default, Poco only builds for the x86_64 target, however.[详细]
2023-03-24 11:43 分类:问答Linking problem when trying to cross-compile a qt application using cmake
I\'m currently switching the build system of my Qt application from qmake to cmake. While trying to cross-compile for Windows with MinGW (static Qt build), I came across a strange problem I cannot exp[详细]
2023-03-24 07:27 分类:问答