-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dpdk: Add header files for MUSL run-time #9
Conversation
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
cc: @zokl |
Thank you a will try it. |
During the compilation, another place where it is needed include the unistd.h
|
What’s the other place? They all seem to be in the same source file. |
I apologize for my inaccuracy, yes it is the same pc_vfioi.c file but different functions. |
The problem is in
|
Finaly, compilation flag |
Do you have an example of the errors logs related to |
Using |
Yes. It works with this flag. May I change it instead of GNU…? |
I'd rather we stick with something portable. |
OK, I'll take advice from more experienced :-)
|
I think it’s safe to set it unconditionally. |
Or use CONFIG_64BIT |
Other packages in the repository use this condition to enable this feature. I am not sure what it does with glibc. The compilation has finished, but I need to test it... https://github.com/search?q=repo%3Aopenwrt%2Fpackages%20D_LARGEFILE64_SOURCE&type=code |
Should be fixed upstream but for now, allow progress building with MUSL