| Summary: | glibc missing in rootfs | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | alex.theissen |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | CC: | buildroot, yann.morin.1998 |
| Priority: | P5 | ||
| Version: | 2017.08 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
| Attachments: | My defconfig | ||
|
Description
alex.theissen
2017-09-29 08:24:34 UTC
Created attachment 7246 [details]
My defconfig
Alex, I can't reproduce here, the C library is correctly installed in target/ and present in both images. In case you changed the toolchain configuration after a previous build, be sure to start from scratch: make clean; make (see the manual: http://buildroot.net/downloads/manual/manual.html#_full_rebuild) If you still have the issue, then please re-open. Regards, Yann E. MORIN. I was building it in a fresh docker container every time. But you are right. When I did a clean build the problem is gone. I just replaced "make" with "make clean all" Thanks for your effords! |