Make: *** [out/target/common/docs/doc-comment-check-timestamp] Error 45

Source: Internet
Author: User

This is because clearsilver uses 64-bit compilation if it detects that Java JDK 6 is used during compilation. To avoid this error, You need to modify the following four files:

  • External/clearsilver/cgi/Android. mk
  • External/clearsilver/Java-JNI/Android. mk
  • External/clearsilver/util/Android. mk
  • External/clearsilver/CS/Android. mk

Note the following statements in the four makefiles:

# This forces a 64-bit build for Java6
# Comment by
# LOCAL_CFLAGS += -m64
# LOCAL_LDFLAGS += -m64

Then execute make in the external/clearsilver directory
Clean, return to the project root directory, and continue to make.

When compilation is complete, the generated image file is stored in the out/target/product/Generic Directory.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.