hi,

i've been working on a patch to support the dsp568013.
i wanted to submit the patch (it is far from being complete), but i cannot
compile from the root dir.

i've been compiling from /src, since compiling from the root dir complains
about this:

------------------------------------------------------------------
------------------------------------------------------------------
Making all in doc
make[2]: Entering directory `/home/rrosa/rrosa/tmp/openocd/doc'
restore=: && backupdir=".am$$" && \
am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd . && \
rm -rf $backupdir && mkdir $backupdir && \
if (/bin/bash /home/rrosa/rrosa/tmp/openocd/missing --run makeinfo
--version) >/dev/null 2>&1; then \
  for f in openocd.info openocd.info-[0-9] openocd.info-[0-9][0-9]
openocd.i[0-9] openocd.i[0-9][0-9]; do \
    if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
  done; \
else :; fi && \
cd "$am__cwd"; \
if /bin/bash /home/rrosa/rrosa/tmp/openocd/missing --run makeinfo   -I . \
 -o openocd.info openocd.texi; \
then \
  rc=0; \
  CDPATH="${ZSH_VERSION+.}:" && cd .; \
else \
  rc=$?; \
  CDPATH="${ZSH_VERSION+.}:" && cd . && \
  $restore $backupdir/* `echo "./openocd.info" | sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
openocd.texi:12: @include `version.texi': No such file or directory.
openocd.texi:37: warning: undefined flag: VERSION.
openocd.texi:38: warning: undefined flag: UPDATED.
openocd.texi:58: warning: undefined flag: VERSION.
openocd.texi:59: warning: undefined flag: UPDATED.
makeinfo: Removing output file `openocd.info' due to errors; use --force to
preserve.
make[2]: *** [openocd.info] Error 1
make[2]: Leaving directory `/home/rrosa/rrosa/tmp/openocd/doc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/rrosa/rrosa/tmp/openocd'
make: *** [all] Error 2
------------------------------------------------------------------
------------------------------------------------------------------

i haven't touched anything regarding doc...
what should i modify to fix this?

thanks!
-- 
Rodrigo.
_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to