hi Spencer:
>> I follow your instruction and git --amend  to fix previous compile error.
>> But I get distcheck fail.
>>
>> openocd-gerrit-build » mingw32 completed with result SUCCESS
>> openocd-gerrit-build » zy1000 completed with result SUCCESS
>> openocd-gerrit-build » linux32 completed with result SUCCESS
>> openocd-gerrit-build » distcheck completed with result FAILURE
>> ..................................
>>
>> from the console,
>> http://openocd.zylin.com/jenkins/job/openocd-gerrit-build/TARGET=distcheck/lastBuild/console
>> ,
>> it says I lost the header file, but I check my patch and gerrit
>> webpage, both are show the header did successfully  pushed in.
>>
>> Did I miss anything?
>> appreciate your kind help,
>>
>
> you need to add armv8_dpm.h to src/target/Makefile.am noinst_HEADERS.
> make distcheck checks that the src distribution is complete and working.
I follow your suggestion adding amrv8_dpm.h into
src/target/Makefile.am noinst_HEADERS
But jenkins still say distcheck checks fail,
http://openocd.zylin.com/jenkins/job/openocd-gerrit-build/4795/console
Is there any other place I forget to add as well?

Sincerely appreciate your kind help,

diff --git a/src/target/Makefile.am b/src/target/Makefile.am
index f5821d7..06a8cd8 100644
--- a/src/target/Makefile.am
+++ b/src/target/Makefile.am
@@ -85,6 +85,7 @@ ARMV7_SRC = \
        cortex_a.c

 ARMV8_SRC = \
+       armv8_dpm.c \
        aarch64.c \
        armv8.c

@@ -161,6 +162,7 @@ noinst_HEADERS = \
        armv7a.h \
        armv7m.h \
        armv8.h \
+       armv8_dpm.h \
        avrt.h \
        dsp563xx.h \
        dsp563xx_once.h \

------------------------------------------------------------------------------
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