crossbuild icon indicating copy to clipboard operation
crossbuild copied to clipboard

:earth_africa: multiarch cross compiling environments

Results 29 crossbuild issues
Sort by recently updated
recently updated
newest added

cmake .. -- The C compiler identification is GNU 4.9.1 -- Check for working C compiler: /usr/x86_64-w64-mingw32/bin/cc -- Check for working C compiler: /usr/x86_64-w64-mingw32/bin/cc -- broken CMake Error at /usr/share/cmake-3.0/Modules/CMakeTestCCompiler.cmake:61...

Makefile: ```makefile all: main.cpp @gcc -xc++ -lstdc++ -shared-libgcc main.cpp @echo Finished macOS compile ``` main.cpp: ```c++ #include int main() { std::cout

use linux-arm64 to build nodejs 4.8.3 from source, error happened error like below: `/usr/xcc/aarch64-unknown-linux-gnueabi/bin/aarch64-unknown-linux-gnueabi-g++ '-DV8_TARGET_ARCH_ARM' '-DCAN_USE_ARMV7_INSTRUCTIONS' '-DENABLE_DISASSEMBLER' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' -I../deps/v8 -pthread -Wall -Wextra -Wno-unused-parameter -fno-strict-aliasing -mfpu=vfp -marm -O3 -ffunction-sections -fdata-sections...

Hello! CROSS_TRIPLE=x86_64-apple-darwin14 Get error while compiling tif_stream.cxx from http://download.osgeo.org/libtiff/tiff-4.0.8.tar.gz ``` /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/opt/openslide/include -c -o tif_stream.lo tif_stream.cxx libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/opt/openslide/include -c tif_stream.cxx...

`osxcross` allows to additionally build cross-GCC & cross-binutils for Darwin (macOS). This could be done as simple as: ``` ./build_gcc.sh ./build_binutils.sh ``` One note though - Binutils are being installed...

Use dos2unix to ensure that the line endings of the entrypoint script are automatically corrected. Please check out https://willi.am/blog/2016/08/11/docker-for-windows-dealing-with-windows-line-endings/ for more details regarding this issue.

Instead of storing the macOS SDK in Dropbox, how about creating a job on Travis CI that extracts the macOS SDK and upload it to a GitHub release?

Ran the make file on my Ubuntu 16.04 VM but the build ended pretty early with this : `Some packages could not be installed. This may mean that you have...

First let me say GREAT! Exactly what I need for my project (I have to supply binaries for "normal" users for Linux/OSX/Windows). I also plan to use this as a...

ready

Is it possible to use crossbuild to build external static libraries for different platforms? More specifically, I would like to build libgit2 and its dependencies statically (openssl and libssh2). I...

ready