adtools
adtools copied to clipboard
Experimental GNU toolchain for AmigaOS
Hi, I tried to build the ppc-amigaos-gcc crosscompiler on my Raspberry Pi running Raspberry OS (Debian Bullseye aarch64). But it seems that at least for the binutils config.guess and/or config.sub...
Added patch to include newer config.guess and config.sub to support building binutils on ARM64/aarch64.
Std::strtold() is still missing. Looking in the cstdlib header file, it's been excluded via multiple #ifndef __amigaos4__ blocks. Strtold() is now available, so this should be removed.
Std::wstring is currently undefined, which is a problem when using/porting code that requires it. People are implementing workarounds such as: https://www.amigans.net/modules/newbb/viewtopic.php?post_id=113200#forumpost113200 Could we get this fixed, so that workarounds can...
This is an enhancement request I have written a new c-library for AmigaOS4. Currently gcc is hardcoded to clib2 or newlib ... I like too have a new option ralib...
As we found lately "gprof" is not working for a long time on machines which support performance monitor in the kernel (like for example pegasos2). "gmoun.out" file creates fine for...
Since Reschedule() in OS4 does exactly nothing (and was deprecated in the lastest SDK, which may change in the future again), the intended behavour of the current `__gthread_once` implementation to...
Build the following project : sobj.h : #include #define Q_DECL_EXPORT __attribute__((visibility("default"))) class Q_DECL_EXPORT Object { public: template static inline void connect(const Object *sender, Func1 signal) { std::cout
The 53.34 LHA now contains a new LHA named "execsg_sdk-54.26.lha". "base.lha" no longer contains the complete headers as it did before. I think this section of the Makefile needs to...
Hi! I'm having trouble compiling a program since I updated to GCC 10, where I get the error ```c++ error: ‘strcasecmp’ was not declared in this scope ``` even though...