The MorphOS development team is proud to announce the release of the MorphOS Software Development Kit 3.14 (October 2019).
Our new software development kit advances a number of key technologies enabled by updates to the latest binutils 2.32, ports of the most recent versions of the GCC7, GCC8 and GCC9 compilers as well as a newer perl.
The threading models in GCC5 and up were changed to posix, enabling better libstdc++ compatibility in std::thread, etc thanks to the new ports of libpth and libpthread. A switch to the DWARF2 Exception Handling Model improves performance of C++ code of up to 30 percent. Objective-C ARC is now supported on MorphOS thanks to the introduction of the ObjFW runtime and other advances in compiler ports.
The new SDK requires MorphOS 3.12 and about 3GB of free disk space and can be found in our files section. As always, a separate source package is available for download as well.
curl -v --insecure https://bigfoot.morphos-team.net/files/setup-cross-sdk.sh
* Trying 5.9.97.180...
* TCP_NODELAY set
* Connected to bigfoot.morphos-team.net (5.9.97.180) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
* CAfile: /etc/ssl/certs/ca-certificates.crt
CApath: /etc/ssl/certs
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to bigfoot.morphos-team.net:443
* stopped the pause stream!
* Closing connection 0
curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to bigfoot.morphos-team.net:443
wget --verbose --no-check-certificate https://bigfoot.morphos-team.net/files/setup-cross-sdk.sh
--2019-10-18 08:54:47-- https://bigfoot.morphos-team.net/files/setup-cross-sdk.sh
Resolving bigfoot.morphos-team.net (bigfoot.morphos-team.net)... 5.9.97.180
Connecting to bigfoot.morphos-team.net (bigfoot.morphos-team.net)|5.9.97.180|:443... connected.
Unable to establish SSL connection.