On http://openocd.zylin.com/3920, there are two instances of "fatal: No
names found, cannot describe anything.", that didn't show up in the 0.10.0
build (after I did my own hacky patch) but it finished OK, and runs.

./configure --enable-verbose --enable-verbose-jtag-io
--enable-verbose-usb-io --enable-verbose-usb-comms \
 --enable-bcm2835gpio --disable-usb-blaster 2>&1 | tee config.out

make 2>&1 | tee make.out

...

/bin/bash ./libtool  --tag=CC   --mode=compile gcc -std=gnu99
-DHAVE_CONFIG_H -I.   -DRELSTR=\"`./guess-rev.sh .`\" -DGITVERSION=\"`cd .
&& git describe`\" -DPKGBLDDATE=\"`date +%F-%R`\"  -I./src -I./src
-I./src/helper -DPKGDATADIR=\"/usr/local/share/openocd\"
-DBINDIR=\"/usr/local/bin\" -I./jimtcl -I./jimtcl   -Wall
-Wstrict-prototypes -Wformat-security -Wshadow -Wextra
-Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls
-Werror -g -O2 -MT src/src_libopenocd_la-hello.lo -MD -MP -MF
src/.deps/src_libopenocd_la-hello.Tpo -c -o src/src_libopenocd_la-hello.lo
`test -f 'src/hello.c' || echo './'`src/hello.c
fatal: No names found, cannot describe anything.

/bin/bash ./libtool  --tag=CC   --mode=compile gcc -std=gnu99
-DHAVE_CONFIG_H -I.   -DRELSTR=\"`./guess-rev.sh .`\" -DGITVERSION=\"`cd .
&& git describe`\" -DPKGBLDDATE=\"`date +%F-%R`\"  -I./src -I./src
-I./src/helper -DPKGDATADIR=\"/usr/local/share/openocd\"
-DBINDIR=\"/usr/local/bin\" -I./jimtcl -I./jimtcl   -Wall
-Wstrict-prototypes -Wformat-security -Wshadow -Wextra
-Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls
-Werror -g -O2 -MT src/src_libopenocd_la-openocd.lo -MD -MP -MF
src/.deps/src_libopenocd_la-openocd.Tpo -c -o
src/src_libopenocd_la-openocd.lo `test -f 'src/openocd.c' || echo
'./'`src/openocd.c
fatal: No names found, cannot describe anything.


On Fri, Dec 30, 2016 at 12:40 PM, Paul Fertser <[email protected]> wrote:

> On Fri, Dec 30, 2016 at 12:17:18PM -0800, Doug Claar wrote:
> > I still hit it, even with ./configure --disable-usb-blaster
> > --disable-usb-blaster-2, which I thought would exclude it.
>
> This should be fixed by http://openocd.zylin.com/3920 , please feel
> free to test it, any feedback is much appreciated.
>
> --
> Be free, use free (http://www.gnu.org/philosophy/free-sw.html) software!
> mailto:[email protected]
>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to