build-djgpp
build-djgpp copied to clipboard
Build DJGPP cross compiler and binutils on Windows (MinGW/Cygwin), Mac OSX and Linux
Hey there, I've been hacking your build scripts a bit. The most notable improvements in this branch are: - No longer download and build mpc/mpfr/gmp libraries separately. Instead we can...
It seems as though `std::regex_search` always returns `false`, and even the simplest regular expressions, such as `[0-9]+` or even `\d+`, throw invalid character exceptions.
Hi there, First of all, awesome project. This script really saves people a lot of time. 😃 The issue I'm reporting here is a minor one: by default, the script...
Recently [0], FreeDOS accepted some patches from Bart Oldeman to compile the FDKernel using gcc-ia16 [1][2]. So far, I'm only aware of people building this stuff as cross compilers of...
RE: FFMPEG_VERSION="4.4" DJGPP Cross Compiler 12.2.0 [link](https://ffmpeg.org/platform.html#DOS) "DJGPP Cross Compiler 12.2.0 Fails to Recognize Parameters in FFmpeg Source Code" Hi, I am using the DJGPP cross compiler 12.2.0, to build...
Got that first trying to build 12.2.0 on Fedora 39 (beta): ``` config.status: creating t/wrap/automake-1.15 GEN bin/automake GEN bin/aclocal GEN t/ax/shell-no-trail-bslash GEN t/ax/cc-no-c-o GEN runtest GEN doc/aclocal.1 GEN doc/automake.1 GEN...
$subhect. BusyBox shell does this: ``` /tmp # sed --version This is not GNU sed version 4.0 ```
So I tried to install this like specified, but it only installs the i586 version. I need the i686 version, and there are no instructions on how to do that....
Suggest merging if/when [this](https://github.com/NixOS/nixpkgs/pull/237151) nixpkgs PR is merged. Thanks for your work!
basically its a gcc problem but the djgpp doesn't build under a muslc environment (and therefore alpine linux) I had to include this patch for it to build correctly https://gitweb.gentoo.org/proj/gcc-patches.git/tree/12.1.0/musl/50_all_calloc_libgccjit.patch?id=caa4485a49e1064181e7ac2df2c5476fbb6e9cf5...