TI Team,
I am porting the CC3000 to a FPGA device. Ideally I would like to port a simliar lwip example that is contained in the Stellaris M4 example. I understand that I need to implement the spi.h function definitions in my embedded target. I am noticing that the lwip example uses the CC3000 Host Driver library. I have never used a library and I am assuming I need to create a library in my FPGA environment so that is compiled under the soft-core processor I will be using. When attempting to do this, I recieve a lot of compilation errors.
Before I go through all these errors and try to figure it out, I was making sure that I had the correct approach in compiling the CC3000 Host Driver library?
-Jason