Phillip Johnston

Results 80 comments of Phillip Johnston

The credit is all yours, @ivankravets.

Thanks for pointing this out! `fctprintf` being available makes me think I can improve the arduino-logging library usage too.

Given the error, is there a way to actually use this plugin? Are only some people seeing it?

Ok, I narrowed it down a bit: when I use the localhost/127.0.0.1 - I get the error. If I use my local network IP address, I can access the content...

Starting point: running that exact same set of commands works fine for me with official arm-gcc 10.3.1 + MacOS clang. In your case looks like the failure is not with...

I think the proper resolution is removing the check in __config (or, generally, updating these sources to a newer commit like we discussed in Slack). I did manage to find...

That's largely what this repo is (copy of the code + some alternative implementations I substitute), I just need to migrate from the old llvm-mirror submodules to a newer process...

Got it, that was the original approach I had in mind and what I'm likely to fall back to - you just got the wheels turning in my head :).

To run the tests: • make check-cxxabi

This task has morphed because of the new way we build the projects. We need to actually build the unit tests ourselves.