igrr / esptool-ck

ESP8266 build/flash helper tool by Christian Klippel
GNU General Public License v2.0
364 stars 123 forks source link

build on freebsd #43

Closed sticilface closed 7 years ago

sticilface commented 7 years ago

any ideas on how to fix this... want to help getting the platformio package to work

root@misc:~/esptool-ck # make clean install
make: "/root/esptool-ck/Makefile" line 5: Missing dependency operator
make: "/root/esptool-ck/Makefile" line 10: Need an operator
make: "/root/esptool-ck/Makefile" line 12: Missing dependency operator
make: "/root/esptool-ck/Makefile" line 15: Unassociated shell command "ifeq ($(UNAME_M),x86_64)"
make: "/root/esptool-ck/Makefile" line 16: Unassociated shell command "DIST_SUFFIX := linux64"
make: "/root/esptool-ck/Makefile" line 17: Unassociated shell command "endif"
make: "/root/esptool-ck/Makefile" line 18: Unassociated shell command "ifeq ($(UNAME_M),i686)"
make: "/root/esptool-ck/Makefile" line 19: Unassociated shell command "DIST_SUFFIX := linux32"
make: "/root/esptool-ck/Makefile" line 20: Unassociated shell command "endif"
make: "/root/esptool-ck/Makefile" line 21: Missing dependency operator
make: "/root/esptool-ck/Makefile" line 23: Need an operator
make: "/root/esptool-ck/Makefile" line 24: Need an operator
make: "/root/esptool-ck/Makefile" line 25: Missing dependency operator
make: "/root/esptool-ck/Makefile" line 28: Need an operator
make: "/root/esptool-ck/Makefile" line 29: Missing dependency operator
make: "/root/esptool-ck/Makefile" line 32: Need an operator
make: "/root/esptool-ck/Makefile" line 35: Need an operator
make: Fatal errors encountered -- cannot continue
make: stopped in /root/esptool-ck

there are freebsd mentions in the makefile so I'm not sure why it is failing...

sticilface commented 7 years ago

sorted... forgot u need gmake.