Results 199 comments of kas1e

from newlib's side everything about "not a member of std::" was fixed in the new beta of newlib 53.69 and adtools recompiled with new newlib's headers.

Diggin into the google for this one too, and found that patch for MinGW i mention in the issue #58, include "stoi" as well: http://tehsausage.com/mingw-to-string `This patch enables the following...

Found today that most of those kind of functions give the same "not a member of std" , for example those ones too: stoi stod stof stoul stol What interesting,...

from newlib's side everything about "not a member of std::" was fixed in the new beta of newlib 53.69 and adtools recompiled with new newlib's headers.

I tried to compile a bigger project with -athread=pthread instead of -athread=native for sake of tests, and it asks for the same set of missing functions. How hard will be...

@capehill As you know I ready for any tests if need it, can build everything quite fast :)

@sba1 Frederik's fixes were for some other problems, I tested them with this bug: nope, didn't help

@sba1 Sorry forgot to ask, but will you in interest if I will gift you real hardware? You are the one who deserve it, so if you need it for...

@capehill I build gcc10.0.1 on the cross compiler (from Sodero link, if all will be well that probably can be merged to adtools repo), and the example still didn't work...

@all Interestingly, if I manually compile gthr-amigaos-posix.c, name it gthr-amigaos-pthread.o and put where it should be so -athread=pthread works, then that test case not just simple halt when should exit,...