Results 185 comments of dhewg

It's starting to bitrot :\ With this patch I do get these now: `touch: cannot touch '/home/andre/src/openwrt/staging_dir/target-arm_cortex-a7+neon-vfpv4_musl_eabi/stamp/.target_prereq': No such file or directory` Just a `make prereq` from a clean dir...

If it's expected and safe to ignore maybe add `2>/dev/null` to prevent issues about it?

I think I dropped this patch for my mold branch, because with it wasn't rebuild when toggling the config knob. That may be solvable in another way though

I mean the knob wasn't set, everything was built just fine, and then I flipped the knob afterwards and tools/mold wasn't build but it should have. But it's also possible...

Does that mean building gcc with mold isn't supported yet? In my mind there're two possibilities: * link the target binaries with mold * link the host's cross gcc binaries...

I mostly build bare metal cross compilers, which is easy. libc enabled ones not so much. If you care, there's a comment block about how OpenWrt does it [here](https://github.com/openwrt/openwrt/blob/master/toolchain/Makefile) The...

Huh, as obvious as that is, thanks for spelling it out! CXXFLAGS was missing in there, looks like noone touched that in the last 10 years (where gcc started using...

> > > * Will allow mixing multiple sysroots. pkg-config only allow setting a common PKG_CONFIG_SYSROOT_DIR path that will be prepended to all cflag/libs paths, but pc files coming from...

Sorry for reusing this issue, but is it possible to ota from a pvvx fw? ZHA setup here

Nice, thanks! I've ota'ed before, so generally it's working. I've asked because updating only works when the manufacturer code matches? But it seems you have that covered ;) At least...