You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While setting up a new VM and trying to build the microcoap example app, I noticed that one also needs valgrind to build native things. gcc tells us this with the utterly unhelpful message
gcc: error: /home/lotte/iop/applications/microcoap/bin/native/microcoap.a: No such file or directory
/home/lotte/iop/applications/microcoap/../../RIOT/Makefile.include:162: recipe for target 'all' failed
make: *** [all] Error 1
... So I think this should be mentioned.
The text was updated successfully, but these errors were encountered:
While setting up a new VM and trying to build the microcoap example app, I noticed that one also needs valgrind to build native things. gcc tells us this with the utterly unhelpful message
gcc: error: /home/lotte/iop/applications/microcoap/bin/native/microcoap.a: No such file or directory
/home/lotte/iop/applications/microcoap/../../RIOT/Makefile.include:162: recipe for target 'all' failed
make: *** [all] Error 1
... So I think this should be mentioned.
The text was updated successfully, but these errors were encountered: