Lors de la compilation native OK
jovyan@58eda9282d33:~/work/iot-lab-training$ make -C riot/basics/shell all term
make: Entering directory ‘/home/jovyan/work/iot-lab-training/riot/basics/shell’
Building application “basic-shell” for “native” with MCU “native”
"make" -C /home/jovyan/work/iot-lab-training/riot/RIOT/boards/native
"make" -C /home/jovyan/work/iot-lab-training/riot/RIOT/boards/native/drivers
...
...
main(): This is RIOT! (Version: 2020.01)
> cpu
cpu
native
> help
help
Command Description
---------------------------------------
board Print the board name
cpu Print the cpu name
>
Par contre lors de l’expérimentation IoT-LAB
jovyan@58eda9282d33:~/work/iot-lab-training$ make BOARD=iotlab-m3 IOTLAB_NODE=auto-ssh -C riot/basics/shell term
make: Entering directory '/home/jovyan/work/iot-lab-training/riot/basics/shell'
ssh -t funfc048f2919@grenoble.iot-lab.info 'socat - tcp:m3-101.grenoble.iot-lab.info:20000'
> > > > > > > > > > more and more > > > > > > > > > > > > >
^C pour kill le process
Connection to grenoble.iot-lab.info closed.
/home/jovyan/work/iot-lab-training/riot/basics/shell/../../RIOT/Makefile.include:683: recipe for target 'term' failed
make: *** [term] Error 130
make: Leaving directory '/home/jovyan/work/iot-lab-training/riot/basics/shell'
Quel serait le probleme ?