Compilation error

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Compilation error

    I am using the emWin core on the Renesas HEW embedded platform. I have set up the emWin core code as a library. The library project is compiled and built fine. When I use the library from the main project, I get linker errors for all functions starting with LCD_L0_xx. The path is setup for the \Config and \GUI\Core fodlers.

    The cource code for the main project is as follows:

    C Source Code

    1. #include "GUI.h" void main(void) { GUI_Init(); GUI_DispString("Hello world!"); while(1); }


    Any help would be greatly appreciated.
    Zubair Hameed

    **Note: I found the solution to the above problem. I had not setup the target platform correctly. Thanks for reviewing *****

    The post was edited 1 time, last by Zubair Hameed ().