Gregory Haerr
Gregory Haerr
> some headers were missing in the compiler when trying a C IRC client Which ones? Unable to tell whether they are standard headers or library headers.
Hello @toncho11 and @tkchia, > C++ is not supported in ELKS? I've never used C++ on ELKS, so I don't know - @tkchia, can you comment on that? Thank you!
(@Mellvik's reply from https://github.com/jbruchon/elks/issues/1109#issuecomment-1026057898): I just tested this, and cannot replicate the reread problem on real hardware. ELKS does mount a 360k floppy fine, while displaying the 'wrong' data, see...
> ELKS does mount a 360k floppy fine, while displaying the 'wrong' data, see clip below. Thanks for testing this. I assume for 'wrong' data, you mean it reports CHS...
I'm glad to hear things are working well, even though a one second sleep is required between file transfers. This would be a good test for the new receive window...
> Note 2: there is still missing the cp config-elks.mk config.mk in the cross tools Makefile. I had that commented out until stable version of EMU86. Shall I set it...
@mfld-fr : Looks like the build is failing from this PR #964 (at least on my repo), can you debug? Unfortunately I don't have time tonight to look into this,...
Yes, I mentioned that the error is occurring in my repo from that commit, which is even with the master repo: https://github.com/ghaerr/elks/actions/runs/877005759. I don't know much about how GitHub workflows...
I understand now, thanks to your explanation!
Hello @mfld-fr, > The workflow that failed is the 'main' one, that is supposed to reuse the cached output of the 'cross' worflow. As the 'cross' one is far longer...