
W jakim kompilatorze pisane jest oprogramowanie? Mam chęć pobawić się w edycję i coś dodać ale nie programowałem jeszcze Esp. Mogę prosić też o skrócony opis wgrywania programu.
Pozdrawiam
Co za problem? Nie musisz pracować na VM. Linux nie ma rejestru jak Windows, jest systemem opartym na plikach tekstowych. Wystarczy że skopiujesz całość, stworzysz na niego partycje, ustawisz resztę w GRUB i pójdziehenryxxl wrote:wolę mieć to wszystko w linuxie postawionym na żywca;)
Zainstaluj SDK z gita https://github.com/pfalcon/esp-open-sdkhenryxxl wrote:Poradziłem sobie;) Mam pytanie jak instaluje się całe sdk (wolę mieć to wszystko w linuxie postawionym na żywca;) ) I może jakieś przykłady lub poradniki jak się programuje esp bo chcę sam to zgłębić a nie tylko wziąć gotowe kody;)
Pozdrawiam i z góry przepraszam za upierdliwość
Code: Select all
esp8266@Linux:/opt/esp-open-sdk$ make
Makefile:180: uwaga: polecenia zakrywające dla obiektu 'ESP8266_NONOS_SDK_V1.5.4_16_05_20/.dir'
Makefile:169: uwaga: ignoruję stare polecenia dla obiektu 'ESP8266_NONOS_SDK_V1.5.4_16_05_20/.dir'
make -C crosstool-NG -f ../Makefile _ct-ng
make[1]: Wejście do katalogu '/opt/esp-open-sdk/crosstool-NG'
../Makefile:180: uwaga: polecenia zakrywające dla obiektu 'ESP8266_NONOS_SDK_V1.5.4_16_05_20/.dir'
../Makefile:169: uwaga: ignoruję stare polecenia dla obiektu 'ESP8266_NONOS_SDK_V1.5.4_16_05_20/.dir'
./bootstrap
Running autoconf...
Done. You may now run:
./configure
./configure --prefix=`pwd`
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for a sed that does not truncate output... /bin/sed
checking whether sed understands -r -i -e... yes
checking whether ln -s works... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for ranlib... ranlib
checking for gobjcopy... no
checking for objcopy... objcopy
checking for absolute path to objcopy... /usr/bin/objcopy
checking for gobjdump... no
checking for objdump... objdump
checking for absolute path to objdump... /usr/bin/objdump
checking for greadelf... no
checking for readelf... readelf
checking for absolute path to readelf... /usr/bin/readelf
checking for gperf... gperf
checking for absolute path to gperf... /usr/bin/gperf
checking for bison... bison
checking for flex... flex
checking for makeinfo... makeinfo
checking for cut... cut
checking for stat... stat
checking for readlink... readlink
checking for wget... wget
checking for tar... tar
checking for gzip... gzip
checking for bzip2... bzip2
checking for help2man... no
configure: error: missing required tool: help2man
../Makefile:136: polecenia dla obiektu '_ct-ng' nie powiodły się
make[1]: *** [_ct-ng] Błąd 1
make[1]: Opuszczenie katalogu '/opt/esp-open-sdk/crosstool-NG'
Makefile:133: polecenia dla obiektu 'crosstool-NG/ct-ng' nie powiodły się
make: *** [crosstool-NG/ct-ng] Błąd 2