Failed to build “hello-world” example for native

Hello guys,

I face a build error problem when I try to build the hello-world example for native.

I work on Ubuntu 22.04.5 LTS over WSL.

Thanks

Hej and welcome to the RIOT community!

I assume that you’ve followed the tutorial at RIOT/doc/guides/setup-windows at master · RIOT-OS/RIOT · GitHub to setup your development environment with WSL. If not, please double-check that you have installed all required packages with sudo apt install ....

Could you paste the output of uname -srv and file /home/evyatarv/RIOT/examples/hello-world/bin/native/hello-world.elf in the Ubuntu shell here?

Does it work if you specify BOARD=native64 on your build command line?

great, it works. :call_me_hand:

Thanks