Stefan Marsiske
Stefan Marsiske
i'm happy to either elaborate the patches in this the previous comment in this issue (and then we could rename the issue to something like 'porting to alpine linux') or...
sure. sorry for not providing that info earlier! here it goes: clang and llvm are from the distro, both version 9.0.1 opencl-clang version is 9.0.0, cmake parameters like this: ```...
oops i also pushed some unrelated packages, looking at the respective directories might be easier to look at, than the diffs: - https://github.com/aports-ugly/aports/tree/7b538c402c4f021ce9478a4dfef1aab2d5362600/ugly/compute-runtime - https://github.com/aports-ugly/aports/blob/7b538c402c4f021ce9478a4dfef1aab2d5362600/ugly/gmmlib - https://github.com/aports-ugly/aports/blob/7b538c402c4f021ce9478a4dfef1aab2d5362600/ugly/igc - https://github.com/aports-ugly/aports/blob/7b538c402c4f021ce9478a4dfef1aab2d5362600/ugly/opencl-clang -...
no, musl does not support deepbinding. is it ok to set SANITIZER_BUILD globally via CXXFLAGS or should i only set it for the affected linux_os directory? i have a build...
btw the "makedepends" variable in the buildscripts might be a bit underpopulated, i've not resolved those yet, i'm doing this on my fully installed system, on a pristine system there...
this seems to be closely related to #265, we might want to merge the two issues.
according to the wireshark commit the manuf file is very very outdated, which is the reason why it was removed. instead wireshark now pulls the IEEE csv file and generates...
great! i think there's no issue with compatibility with other plugins, if you implement the button the way it is usually implemented, that is what other plugins also expect. thanks...
actually i believe pyrsp runs your code from wherever the elf file maps your code section, this is even true if you run the code on an external mcu using...
aaah. so it's not about running code it's about uploading code. it would be nice if the decision between M / flash would be automatic in cortex arch.