Zlog Cross-compiling

Source: Internet
Author: User

1. Zlog is a very good library to write the program log, the function is more powerful, quick to get started.

2. Download Address: Https://github.com/bmanojlovic/zlog

3. Under CD to folder, add executable permissions to autogen.sh: chmod +x autogen.sh

Then execute:./autogen.sh

If there are unrecognized function errors, or "Syntax Error:" ("Unexpected" errors, please cancel dash:

Dpkg-reconfigure Dash

Select No; then execute:./autogen.sh

4. Configure Configure

CC=ARM-AM335X-LINUX-GNUEABIHF-GCC./configure--prefix=/opt/embedded/zlog--HOST=ARM-AM335X-LINUX-GNUEABIHF

5. Execution: Make

The following error may occur:

./.libs/libzlog.so:undefined reference to ' Rpl_realloc '

At this time, we want to change makefile file, CD to src file, modify makefile: Replace Rpl_realloc with ReAlloc, save, execute:

Make clean

Make

Make install

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.