Maciej Wójcik

Results 18 comments of Maciej Wójcik

@berquist You are right, the patch is on the top of the issue and it works. I noticed this and deleted my question at the same time as you replied....

`glibc-2.36-libsanitizer-gcc?.patch` ```diff diff --git a/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cc b/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cc index e8fce8a02..5122baa46 100644 --- a/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cc +++ b/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cc @@ -65,7 +65,6 @@ #include #include #include -#include #include #include #include @@ -846,10 +845,10 @@ unsigned struct_ElfW_Phdr_sz...

- The other packages can have similar problems because the issue is related to `glibc` not `gcc`. That being said I only noticed it with CMake so far. - It...

Thanks for this workaround, I will use it to install my packages. Still not sure what would be the proper solution. Should we delete this file as a part of...

@Ouss4 regarding the issue of mine: > Please, make sure you are setting the paths correctly: "No directory at /home/user/dev/project/base/nuttx//src" I didn't put quotes over path in `defconfig`, apparently they...

> If you are configuring an out-of-tree board it does not make any sense to interpret the configuration as an in-tree board. I am not sure if I understand. Is...

Pip instructions ask to call: > python setup.py install There is no `setup.py` file either. Also I am pretty sure Pip won't install binary packages that are needed.

Thank you for quick help and updating the `README.md` :) Just few more comments on the topic: - https://github.com/tbereau/auto_martini#example has wrong module name. It should be `auto_martini` instead of `auto-martini`....