Hello, everyone!
This error when I compile the Andrews File System2.3.4!
htmlDir not a directory: out/target/common/docs/gen/bin/bash: line 26: 8039 已杀死 LD_LIBRARY_PATH=out/host/linux-x86/lib javadoc \@out/target/product/am3517evm/obj/JAVA_LIBRARIES/doc-comment-check_intermediates/droiddoc-src-list -J-Xmx768m -J-Djava.library.path=out/host/linux-x86/lib -quiet -doclet DroidDoc -docletpath out/host/linux-x86/framework/clearsilver.jar:out/host/linux-x86/framework/droiddoc.jar:out/host/linux-x86/framework/apicheck.jar -templatedir build/tools/droiddoc/templates-sdk -templatedir build/tools/droiddoc/templates -htmldir frameworks/base/docs/html -htmldir out/target/common/docs/gen -bootclasspath /android/mytools/jdk1.6.0_22/lib/../jre/lib/rt.jar -classpath out/target/common/obj/JAVA_LIBRARIES/bouncycastle_intermediates/classes.jar:out/target/common/obj/JAVA_LIBRARIES/core_intermediates/classes.jar:out/target/common/obj/JAVA_LIBRARIES/ext_intermediates/classes.jar:out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/classes.jar -sourcepath frameworks/base/core/java:frameworks/base/graphics/java:frameworks/base/location/java:frameworks/base/media/java:frameworks/base/opengl/java:frameworks/base/sax/java:frameworks/base/telephony/java:frameworks/base/wifi/java:frameworks/base/vpn/java:frameworks/base/keystore/java:frameworks/base/voip/java:out/target/common/obj/JAVA_LIBRARIES/bouncycastle_intermediates/classes.jar:out/target/common/obj/JAVA_LIBRARIES/core_intermediates/classes.jar:out/target/common/obj/JAVA_LIBRARIES/ext_intermediates/classes.jar:out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/classes.jar -d out/target/common/docs/doc-comment-check -hdf page.build GRJ22-eng.wyh.20120312.152423 -hdf page.now "12 3月 2012 15:24" -knowntags ./frameworks/base/docs/knowntags.txt -since ./frameworks/base/api/1.xml 1 -since ./frameworks/base/api/2.xml 2 -since ./frameworks/base/api/3.xml 3 -since ./frameworks/base/api/4.xml 4 -since ./frameworks/base/api/5.xml 5 -since ./frameworks/base/api/6.xml 6 -since ./frameworks/base/api/7.xml 7 -since ./frameworks/base/api/8.xml 8 -since ./frameworks/base/api/9.xml 9 -since ./frameworks/base/api/10.xml 10 -werror -hide 13 -overview frameworks/base/core/java/overview.html -hdf sdk.version 2.3 -hdf sdk.rel.id 1 -parsecommentsmake: *** [out/target/common/docs/doc-comment-check-timestamp] 错误 45
why is the err?
Thank you!
Could you attach the full build log for us to debug this?
--------------------------------------------------------------------------------------------------------- Please click the Verify Answer button on this post if it answers your question.---------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------
Please click the Verify Answer button on this post if it answers your question.---------------------------------------------------------------------------------------------------------
Very gratefui!
The problem has been solved,the problem is that I changed this file.
TI_Android_GingerBread_2_3_4Sources/build/core/envsetup.mk
I modified this code
From TARGET_PRODUCT := generictoTARGET_PRODUCT := am3517evm
Not work.Why is this?Thanks!
We recommend that you use 'lunch' to configure your build setup. Modifying core build files directly may have adverse impact as you have seen already.
The following commands will setup the build from omap3evm:
$ cd <TI Android DevKit sources top>$ source build/envsetup.sh$ lunch omap3evm-eng