-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Vitis Unified platform build fails when top-level lwip_debug=true #318
Comments
Hi, |
@digitalnumeric , the sub-system socket or udp level debug messages are shown when top-level lwip_debug is enabled. could you please help us with build failure log your facing when lwip_debug is enabled? |
Attached are screenshots with the top-level lwip debug set to false and true. With it set to false the build succeeds. Setting it to true the platform build fails. I also attached the text from the Vitis Unified Output Window. |
Update. I found the following fix and applied it to lwip213 0001-applied-fix-to-allow-selection-of-SocketAPI-with-Fre.patch However, the platform is still failing to build. One error I see in the logs is that the tool cannot find xil_printf. Vitis logs attached. Is there a workaround for any of the errors in the log files so we can turn on lwip debugging and have the platform successfully build? BTW: We are still on Vitis Unified 2023.2 because we found 2024.1 much too unstable. We were unable to build the same project (or even simple projects) and after fighting with it for 2 days had to give up. I posted about this on the forums and informed our FAE. We are going to have to wait until 2024.2 comes out before trying again. |
Thanks for logs. let me go through and try to reproduce the issue and find the workaround. we will update you. |
As per the Vitis log, we resolved the build failure issue caused by the NETIF_DEBUG macro in the 2024.2 release. |
Sounds good. Unfortunately due to other issues with 2024.2 we are unable to use it. |
Hi, If so, we will go oved them once again and see what we can do. |
In the platform, trying to turn on lwip debug print statements for sub-systems (e.g., socket, udp, etc.) results in nothing is printed.
If I try to turn on the top-level lwip debug the platform build fails.
Is there a work around to turn on lwip debugging in Vitis Unified?
The text was updated successfully, but these errors were encountered: