Lennart Schierling

Results 10 comments of Lennart Schierling

Correct me if I'm wrong but I don't think the name of template parameters have to be mangled at all because they are no symbols and they don't leave the...

Ok I see. I wasn't taking user defined macros into account (I mean, why would anybody.. ;-))

I see. Didn't realize that the native libs are also automatically built. I expected that to only happen if no cross files where selected. If I manually remove those targets,...

I agree. Haven't seen that this was already fixed upstream

Fyi: I managed to build upstream 'libcxx` and `libcxxabi` in a simple configuration against newlib and picolibc with just a few tweaks. I think it should not be too hard...

Yes, I know. I was just suggesting to kind of recreate/reactivate the old mirror so you could just point to a different repo and commit from this repo. Following upstream's...

setting `PLL_M` to `HSE_VALUE/1000000u` also is an easy fix. But whole file seems not to be designed for variable crystal values anyways.. Thanks for your reply!

`-daemonize` should make it run in the background. I was trying to use it for automatic testing from `CTest`. Without that feature I probably will need some intermediate tool to...

Do you have ctags available in your path and change the path to the ctag executable in the plugin settings from `none` to `ctags`? Had the same problem and solved...

Great it works! I agree it's not doing as what one would expect in this situation.