Forum Discussion
Altera_Forum
Honored Contributor
16 years agoBill
Thanks, that worked nicely. I just tested it on Stratix IV GX FPGA Development Kit (4sgx230). There are a couple of problems with the instructions 1) in step 18 It asks to delete the "contib" directory from the lwip, where I think we should be deleting the "test" directory. The "contrib" directory does not exist but the "test" directory does and causes build errors. 2) Even though you have mentioned it, but failing to initialize hwaddr[0-5] results in build error (probably intentional) All said, eclipse does not play well with home-grown SOPC components, whereas create-this-app script works correctly. I will try to integrate it with the script so I can use my components. I can post it here if you don't mind.