build-djgpp
build-djgpp copied to clipboard
Build DJGPP cross compiler and binutils on Windows (MinGW/Cygwin), Mac OSX and Linux
``` /usr/bin/ccache i586-pc-msdosdjgpp-g++ -c src/builtins.cc -O0 -std=c++17 -Wall -Wextra -Werror -pedantic -ggdb -fms-extensions -DYSL_VERSION='"a73d29d96a432a528691399ea41dee5288de0f02"' -o bin/builtins.o In file included from /usr/lib/gcc/i586-pc-msdosdjgpp/12.1.0/include/c++/cmath:47, from /usr/lib/gcc/i586-pc-msdosdjgpp/12.1.0/include/c++/math.h:36, from src/_components.hh:5, from src/builtins.hh:4, from src/builtins.cc:1: /usr/lib/gcc/i586-pc-msdosdjgpp/12.1.0/include/c++/bits/std_abs.h:38:15:...
./build-djgpp.sh 5.1.0 fails with: In file included from /usr/lib/gcc/x86_64-pc-cygwin/11/include/c++/bits/stl_algobase.h:64, from /usr/lib/gcc/x86_64-pc-cygwin/11/include/c++/bits/char_traits.h:39, from /usr/lib/gcc/x86_64-pc-cygwin/11/include/c++/string:40, from ../../gnu/gcc-5.10/gcc/system.h:201, from ../../gnu/gcc-5.10/gcc/genpreds.c:24: /usr/lib/gcc/x86_64-pc-cygwin/11/include/c++/bits/stl_pair.h:211:12: note: ‘struct std::pair’ declared here 211 | struct pair | ^~~~ make[2]:...
Support 14.2.0 Closes #52
Update for 14.2, see https://ns.delorie.com/archives/browse.cgi?p=djgpp-announce/2024/10/01/13:27:52
Not exactly an issue with the sdk, but I've been trying to build sonic mania for dos, and there are several libraries, such as libtheora, libvorbis, and libogg, that I...
Hello! Is it possible to add gfortran to djgpp? I will be gratefull