X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-util.git;a=blobdiff_plain;f=cross-compile%2Fmingw%2Fsigrok-cross-mingw;h=fc79e1a46fd5316987818b346955bd362ecfbc05;hp=b2ed0ff63d1c8d77a8f70c869f6cb93222305e48;hb=9de2e03de8ab22e44cdc39ab8a9bbe438bf631aa;hpb=b7259b10688c4ca3101b7d7dcf60d07c8364ff20 diff --git a/cross-compile/mingw/sigrok-cross-mingw b/cross-compile/mingw/sigrok-cross-mingw index b2ed0ff..fc79e1a 100755 --- a/cross-compile/mingw/sigrok-cross-mingw +++ b/cross-compile/mingw/sigrok-cross-mingw @@ -107,7 +107,7 @@ git clone git://sigrok.org/libserialport cd libserialport ./autogen.sh PKG_CONFIG_PATH_i686_pc_mingw32=$P ./configure $C $L -make $PARALLEL +make $PARALLEL V=1 make install cd .. @@ -117,7 +117,7 @@ cd libsigrok patch -p1 < ../../libsigrok_firmwaredir.patch ./autogen.sh PKG_CONFIG_PATH_i686_pc_mingw32=$P ./configure $C $L -make $PARALLEL +make $PARALLEL V=1 make install cd .. @@ -126,7 +126,7 @@ git clone git://sigrok.org/libsigrokdecode cd libsigrokdecode ./autogen.sh PKG_CONFIG_PATH_i686_pc_mingw32=$P ./configure $C $L -make $PARALLEL +make $PARALLEL V=1 make install cd .. @@ -145,17 +145,23 @@ cd sigrok-firmware-fx2lafw ./autogen.sh # We're building the fx2lafw firmware on the host, no need to cross-compile. ./configure --prefix=$PREFIX -make $PARALLEL +make $PARALLEL V=1 make install cd .. +# sigrok-dumps +git clone git://sigrok.org/sigrok-dumps +cd sigrok-dumps +make install DESTDIR=$PREFIX/share/sigrok-dumps +cd .. + # sigrok-cli git clone git://sigrok.org/sigrok-cli cd sigrok-cli patch -p1 < ../../sigrok_cli_decodersdir.patch ./autogen.sh PKG_CONFIG_PATH_i686_pc_mingw32=$P:$P2 ./configure $C -make $PARALLEL +make $PARALLEL V=1 make install makensis -DHOME=$HOME contrib/sigrok-cli_cross.nsi cd .. @@ -163,9 +169,8 @@ cd .. # PulseView git clone git://sigrok.org/pulseview cd pulseview -patch -p1 < ../../pulseview_linkfix.patch patch -p1 < ../../pulseview_decodersdir.patch -PKG_CONFIG_PATH_i686_pc_mingw32=$P:$P2 cmake $CM -DCMAKE_INSTALL_PREFIX:PATH=$PREFIX -DDISABLE_WERROR=y -DENABLE_DECODE=y -DENABLE_COTIRE=y . +PKG_CONFIG_PATH_i686_pc_mingw32=$P:$P2 cmake $CM -DCMAKE_INSTALL_PREFIX:PATH=$PREFIX -DDISABLE_WERROR=y -DENABLE_DECODE=y -DENABLE_TESTS=y . make $PARALLEL VERBOSE=1 make install makensis -DHOME=$HOME contrib/pulseview_cross.nsi