Tool/software: TI C/C++ Compiler
Hello,
Currently, I'm working on the flash based ethernet bootloader for the TIVA launchpad (TM4C1294xl). I have managed to program the bootloader and the demo app that is provided by TI.
And successfully update the board using the LM Flash Programmer.I have created simple LED blink code and I am trying to add all the resources and files from boot_demo_emac_flash example into my code.
While Updating my code I am getting error regarding lwipopts.h Header file that (#1965 cannot open source file "lwipopts.h") as this file is also copied from boot_demo_emac_flash example.
I am unable to link this file to my customise code(Simple LED blink).As my future approach is to use those Bootloader functions in my actual project.
Thank You.