Skip to content
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

Fix emaclite in lwip202 #48

Closed
wants to merge 1 commit into from

Conversation

halferty
Copy link
Contributor

@halferty halferty commented Jul 2, 2018

This fixes an issue I encountered while running through the Digilent guide to setting up an echo server using the Arty A7 board and Vivado SDK. I made a forum post with more details here:
https://forums.xilinx.com/t5/Embedded-Processor-System-Design/Arty-LWIP-example-BSP-failing-to-compile-in-SDK/m-p/869637

@halferty
Copy link
Contributor Author

halferty commented Jul 2, 2018

Closing, sent to git@xilinx.com

@halferty halferty closed this Jul 2, 2018
@gitvdg
Copy link

gitvdg commented Jul 15, 2018

Hello,

In eth_link_detect function, the line

XEmacLite *xemacp = &xemacs->instance;

should be changed to

XEmacLite *xemacp = xemacs->instance;

Have a nice day
vdg

@halferty
Copy link
Contributor Author

Thanks, I re-submitted the patch with that line fixed.

@harini-katakam
Copy link
Contributor

Thanks Ed.
We already fixed this on xilinx internal tree and it will public in the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants