Afin de reconnaître les images avec une tarte aux framboises, des «tampons de protocole» sont installés en fonction des messages de Qiita. J'obtiens une erreur avec "./configure". Après cela, j'essaye de "faire", mais j'obtiens "make: *** Aucune cible spécifiée, makefile introuvable. Annuler." Et je ne peux pas avancer. Quelqu'un peut-il me dire la solution? Publié par: https://qiita.com/kobayuta/items/59c7b84caf8994071357
Le code d'erreur suivant:
$ cd protobuf-3.7.1
$ ./configure
checking whether to enable maintainer-specific portions of Makefiles... yes
checking build system type... armv7l-unknown-linux-gnueabihf
checking host system type... armv7l-unknown-linux-gnueabihf
checking target system type... armv7l-unknown-linux-gnueabihf
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '1000' is supported by ustar format... yes
checking whether GID '1000' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in /home/pi/protobuf-3.7.1': configure: error: no acceptable C compiler found in $PATH See
config.log' for more details
$ make
make: *** Aucune cible spécifiée et aucun fichier Make trouvé. Abandon.
$
Recommended Posts