| Summary: | iproute musl + gcc-14 compile error w/ 2024.05-rc1 | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Lance Fredrickson <lancethepants> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED MOVED | ||
| Severity: | normal | CC: | buildroot, yann.morin.1998 |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
| Attachments: | Fix iproute2 with musl 1.2.5 | ||
|
Description
Lance Fredrickson
2024-06-04 20:06:01 UTC
After applying that fix it still fails with the following.
rdma.c:110:20: error: implicit declaration of function ‘basename’; did you mean ‘rename’? [-Wimplicit-function-declaration]
110 | filename = basename(argv[0]);
| ^~~~~~~~
| rename
rdma.c:110:18: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
110 | filename = basename(argv[0]);
hmmmm, basename, looks familiar.
Created attachment 9754 [details]
Fix iproute2 with musl 1.2.5
This patches fixes the basename issue for me.
Thank you for your report.
The issue tracker for the Buildroot project has been moved to
the Gitlab.com issue tracker:
https://gitlab.com/buildroot.org/buildroot/-/issues
We are taking this opportunity to close old issues in this old
tracker. If you believe your issue is still relevant, please
open one in the new issue tracker.
Thank you!
|