On 2 February 2015 at 12:24, vichy <[email protected]> wrote: > 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, >
If you look at why the build is failing it reports: "fatal error: armv8_opcodes.h: No such file or directory" so armv8_opcodes.h and any other used headers required for the build needs adding to noinst_HEADERS. Cheers Spen ------------------------------------------------------------------------------ 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
