Problems with compiling BusyBox under Linux

Source: Internet
Author: User

A problem occurred when compiling the BusyBox:
SYNC.C: (. text.sync_main+0x78): Undefined reference to ' SYNCFS '
Collect2:ld returned 1 exit status
Make: * * * [busybox_unstripped] Error 1
Error is displayed under the sync.c file without defining something,
Our solution is to make the sync.c file not compile the connection and avoid its error
1: Locate the directory where the sync.c file is located

Find-name "SYNC.C"//In COREUTILS/SYNC.C
2: Open the directory of makefile or Kbuild find SYNC.O is controlled by WHO
lib-$ (config_sync) + = SYNC.O
3: Find the configuration entry for sync in Make menuconfig, and uncheck it

Problems with compiling BusyBox under Linux

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.