]> sigrok.org Git - sigrok-util.git/commitdiff
sigrok-cross-mingw: Ship/use all our firmware files.
authorUwe Hermann <redacted>
Wed, 1 Jan 2014 21:05:33 +0000 (22:05 +0100)
committerUwe Hermann <redacted>
Wed, 1 Jan 2014 21:06:26 +0000 (22:06 +0100)
cross-compile/mingw/sigrok-cross-mingw

index 066a78c75cbe745c498c3654b2bd661743fc67f1..88283b84590a80a447a868778d0a7b085c957546 100755 (executable)
@@ -103,6 +103,25 @@ cd libsigrokdecode
 PYTHON3_CONFIG=$PREFIX/bin/python3-config PKG_CONFIG_PATH_i686_pc_mingw32=$P ./configure $C $L && make install
 cd ..
 
 PYTHON3_CONFIG=$PREFIX/bin/python3-config PKG_CONFIG_PATH_i686_pc_mingw32=$P ./configure $C $L && make install
 cd ..
 
+# sigrok-firmware
+git clone git://sigrok.org/sigrok-firmware
+cd sigrok-firmware
+./autogen.sh
+# Nothing gets cross-compiled here, we just need 'make install' basically.
+./configure --prefix=$PREFIX
+make install
+cd ..
+
+# sigrok-firmware-fx2lafw
+git clone git://sigrok.org/sigrok-firmware-fx2lafw
+cd sigrok-firmware-fx2lafw
+./autogen.sh
+# We're building the fx2lafw firmware on the host, no need to cross-compile.
+./configure --prefix=$PREFIX
+make
+make install
+cd ..
+
 # sigrok-cli
 git clone git://sigrok.org/sigrok-cli
 cd sigrok-cli
 # sigrok-cli
 git clone git://sigrok.org/sigrok-cli
 cd sigrok-cli