Marek Küthe

Results 109 comments of Marek Küthe

> GitHub doesn't have IPv6? That sounds weird and should be reported to them, but at least for me they seem to have it: ``` $ nslookup github.io Server: ::1...

@kbdharun Perhaps the label "community" or "decision" would also be useful?

Is there a solution or a workaround without having to compile the firmware yourself?

If nothing speaks against it, perhaps the PR can be merged?

When I was developing a program, I asked on Stackoverflow. In the example, I used this libtuntap library, among others. Someone there kindly noted that if there is an error...

The error also appears for me (I use [arm-none-eabi-newlib](https://archlinux.org/packages/extra/any/arm-none-eabi-newlib/)): ``` $ make TARGET=nrf52840 BOARD=dongle which: no ccache in (/home/marek/.rvm/gems/ruby-3.2.2/bin:/home/marek/.rvm/gems/ruby-3.2.2@global/bin:/home/marek/.rvm/rubies/ruby-3.2.2/bin:/home/marek/perl5/bin:/home/marek/.local/bin:/home/marek/.nvm/versions/node/v20.10.0/bin:/home/marek/.pyenv/shims:/home/marek/.pyenv/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/var/lib/flatpak/exports/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/usr/lib/rustup/bin:/home/marek/.rvm/bin:/home/marek/.rvm/bin:/home/marek/go/bin) which: no nrfjprog in (/home/marek/.rvm/gems/ruby-3.2.2/bin:/home/marek/.rvm/gems/ruby-3.2.2@global/bin:/home/marek/.rvm/rubies/ruby-3.2.2/bin:/home/marek/perl5/bin:/home/marek/.local/bin:/home/marek/.nvm/versions/node/v20.10.0/bin:/home/marek/.pyenv/shims:/home/marek/.pyenv/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/var/lib/flatpak/exports/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/usr/lib/rustup/bin:/home/marek/.rvm/bin:/home/marek/.rvm/bin:/home/marek/go/bin) which: no nrfjprog in (/home/marek/.rvm/gems/ruby-3.2.2/bin:/home/marek/.rvm/gems/ruby-3.2.2@global/bin:/home/marek/.rvm/rubies/ruby-3.2.2/bin:/home/marek/perl5/bin:/home/marek/.local/bin:/home/marek/.nvm/versions/node/v20.10.0/bin:/home/marek/.pyenv/shims:/home/marek/.pyenv/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/var/lib/flatpak/exports/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/usr/lib/rustup/bin:/home/marek/.rvm/bin:/home/marek/.rvm/bin:/home/marek/go/bin) which:...

Thank you for your answer. Arch Linux is a rolling release and always uses the latest version, but even Debian Stable uses gcc 12. Is there a workaround to compile...

It does not work with GCC 11 either (followed https://docs.contiki-ng.org/en/develop/doc/getting-started/Toolchain-installation-on-Linux.html#install-arm-compiler and used GCC 11). ``` $ make TARGET=nrf52840 BOARD=dongle clean which: no nrfjprog in (/home/marek/arm-gnu-toolchain-11.3.rel1-x86_64-arm-none-eabi/bin/:/home/marek/arm-gnu-toolchain-11.3.rel1-x86_64-arm-none-eabi/bin/:/home/marek/arm-gnu-toolchain-11.3.rel1-x86_64-arm-none-eabi/bin/:/home/marek/.rvm/gems/ruby-3.2.2/bin:/home/marek/.rvm/gems/ruby-3.2.2@global/bin:/home/marek/.rvm/rubies/ruby-3.2.2/bin:/home/marek/perl5/bin:/home/marek/.local/bin:/home/marek/.nvm/versions/node/v20.10.0/bin:/home/marek/.pyenv/shims:/home/marek/.pyenv/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/var/lib/flatpak/exports/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/usr/lib/rustup/bin:/home/marek/.rvm/bin:/home/marek/.rvm/bin:/home/marek/go/bin) which: no nrfjprog in (/home/marek/arm-gnu-toolchain-11.3.rel1-x86_64-arm-none-eabi/bin/:/home/marek/arm-gnu-toolchain-11.3.rel1-x86_64-arm-none-eabi/bin/:/home/marek/arm-gnu-toolchain-11.3.rel1-x86_64-arm-none-eabi/bin/:/home/marek/.rvm/gems/ruby-3.2.2/bin:/home/marek/.rvm/gems/ruby-3.2.2@global/bin:/home/marek/.rvm/rubies/ruby-3.2.2/bin:/home/marek/perl5/bin:/home/marek/.local/bin:/home/marek/.nvm/versions/node/v20.10.0/bin:/home/marek/.pyenv/shims:/home/marek/.pyenv/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/var/lib/flatpak/exports/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/usr/lib/rustup/bin:/home/marek/.rvm/bin:/home/marek/.rvm/bin:/home/marek/go/bin)...

Maybe join [#contiki-ng_Developers:gitter.im](https://matrix.to/#/#contiki-ng_Developers:gitter.im) or [#contiki-ng:gitter.im](https://matrix.to/#/#contiki-ng:gitter.im) directly?

@sloncocs Hi, you had merged my other PR's. Perhaps you could take a look at these too?