Code: Alles auswählen
$(HOST_DIR):
$(INSTALL) -d $(HOST_DIR) \
$(INSTALL) -d $(HOST_DIR)/bin \
$(INSTALL) -d $(HOST_DEPS_DIR)
Code: Alles auswählen
$(HOST_DIR):
$(INSTALL) -d $(HOST_DIR) \
$(INSTALL) -d $(HOST_DIR)/bin \
$(INSTALL) -d $(HOST_DEPS_DIR)
Code: Alles auswählen
host-test: | $(HOST_DIR)
Code: Alles auswählen
vanhofen@buster:~/ni/buildsystem[master]$ make host-test
install -d /home/vanhofen/ni/buildsystem/host
install -d /home/vanhofen/ni/buildsystem/host/bin
install -d /home/vanhofen/ni/buildsystem/host/deps
Ist mir vor ca. 2-3 Wochen auch schonmal passiert.make clean hatte ja gestoppt bei host-pkgconf, wegen fehlendem Ordner.
/usr/lib/libgcc_s.so.1: file not recognized: file format not recognized
collect2: error: ld returned 1 exit status
libtool: error: error: relink 'libupnp.la' with the above command before installing it
make[5]: *** [Makefile:780: install-libLTLIBRARIES] Fehler 1
make[4]: *** [Makefileinstall-am] Fehler 2
make[3]: *** [Makefileinstall-recursive] Fehler 1
make[2]: *** [Makefile:526: install-recursive] Fehler 1
make[1]: *** [package/libupnp/libupnp.mk:17: libupnp] Fehler 2
make: *** [make/ni.mk:47: image] Fehler 2
OK, davon ist im Log aber nichts zu sehen. Das verwirrte mich etwas.