I found the mistake. The Problem seems to be the hyphen in the IMAGE_CMD name
IMAGE_CMD_hd1-usbimgdidn´t work
IMAGE_CMD_usbimgdoes
I´m curious if it still works with IMAGE_CMD_rpi-sdimg on the raspberrypi. Has
someone already tried ?
>
> Thank you,
>
> unfortunately this h
I’m attempting to do the following
pip install dronekit
which is failing with
unable to execute arm-oe-linux-gnueabi-gcc: No such file or directory
I just want it to use gcc, and in fact this helps
CC=gcc pip install dronekit
but it fails later on during the link step which is helped by set