Ed Beroset wrote:
[...]
>Something has made it unhappy, but I'm not entirely sure what.  Any clues to 
>where I can look next?  I believe this is the last impediment to my fully 
>using OpenOCD and gdb on this target.  Thanks!

I have determined that things that used to work don't any more, so there must 
have been some changes that cause this to fail.  To attempt to find out exactly 
what, I did "git checkout v0.8.0" to revert to that and then attempted a build, 
but I get errors including this:

In file included from ../../../../src/helper/log.h:30:0,
                 from ../../../../src/jtag/jtag.h:28,
                 from ../../../../src/jtag/interface.h:30,
                 from ../../../../src/jtag/hla/hla_layout.c:29:
../../../../src/helper/command.h:207:14: error: field 'jim_handler' declared as 
a function
  Jim_CmdProc jim_handler;
              ^
Makefile:401: recipe for target 'hla_tcl.lo' failed

I'm thinking this may be because the jimtcl subproject changed also, but I 
haven't dealt with git subprojects before and don't know how to resolve this.  
Is there a way I can tell the subprojects (there are two, if I recall 
correctly) to also revert?  If so, how is that done?  Thanks!

Ed

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to