Ola Söder

Results 49 comments of Ola Söder

My guess is that this is due to missing wchar support in clib2. I don't have working Linux HW right now so I can't say for sure though. I think...

Yes, but unless I misunderstand how adtools work, libstd++v3 is configured and built using clib2 (per default at least), so even though you don't use -mcrt=clib2 when building your project,...

@ksdhans Ah, I didn't know that. I focused only on clib2 since the newlib code is hidden to me. @afxgroup Sounds good. Did you implement the all the wchar_* functions?

@afxgroup Once you publish your work it's probably time to consolidate the efforts. I implemented C11 threading BTW. The thrd_* and mtx_* parts seem to work fine. I don't have...

> Yes. With some tests too. However everything needs to test deeply and i'm expecting lot of pull requests from you.. :D Excellent, I'll do my best with the PR:s...

How did you build the compiler? Are you cross compiling or building natively? What happens if you use `-mcrt=clib2` instead?

Are you using `using namespace std;` / `std::strcasecmp` btw?

@MBeijer Does this work for you? ![bild](https://user-images.githubusercontent.com/1541697/148586558-956be55d-7a90-4d3b-8931-50c5fdf01666.png) Sorry about the weird way of showing example code. I have networking issues in my Amiga cave.

I would recommend using gcc 11 and clib2 btw. If you're using a native compiler you could pick these, [gcc 11](https://github.com/sodero/adtools/releases/download/10.3.0_1/adtools-os4-gcc11.1.0-20210531-743.lha) and [clib2](https://github.com/sodero/adtools/releases/download/10.3.0_1/adtools-os4-gcc11.1.0_clib2-20210531-743.lha).

@sba1 Yes, I started small with a minor PR to not overwhelm @obarthel . We had an e-mail conversation where I got some feedback, leading to me updating the PR,...