Bug 13641

Summary: glibc on raspberrypi
Product: buildroot Reporter: julien83 <julienjunique>
Component: Outdated packageAssignee: unassigned
Status: RESOLVED WORKSFORME    
Severity: normal CC: buildroot, yann.morin.1998
Priority: P5    
Version: 2021.02   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: Target:
Build:

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.