Bug 13641 - glibc on raspberrypi
Summary: glibc on raspberrypi
Status: RESOLVED WORKSFORME
Alias: None
Product: buildroot
Classification: Unclassified
Component: Outdated package (show other bugs)
Version: 2021.02
Hardware: PC Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-22 12:43 UTC by julien83
Modified: 2021-03-22 16:28 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description julien83 2021-03-22 12:43:06 UTC
when a make a raspberrypi_defconfig with just modify uClibc to glibc.
i have a compile error of glibc.
Comment 1 Yann E. MORIN 2021-03-22 16:28:14 UTC
Julien,

I can not reproduce the error:

    make raspberrypi_defconfig
    make menuconfig
     -> toolchain
         -> C library
             -> glibc
    make

You need to provide more information, like the full build log.

Note : be sure to start the build from scratch when you change the C library,
see the manual: https://buildroot.org/manual.html#full-rebuild

Regards,
Yann E. MORIN.