This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[MSP430][Graphic_Library] Unable to find grlib.lib file

Other Parts Discussed in Thread: MSP430FR5729, MSPWARE

Hi,

I'm working on MSP430FR5729 Controller, IDE is Code Composer Studio  Version: 6.1.0.00104.

I have downloaded graphics library from below mentioned link

http://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/Graphics_Library/latest/index_FDS.html

when i try to include grlib.h header file  and using  GrFlush(&sContext);

i got following errors at linking time.

 undefined            first referenced
  symbol                  in file     
 ---------            ----------------
 Graphics_flushBuffer ./main.obj      

error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "Pre_Alpha_Reg.out" not built

so i tried to add "File Search Path" in MSP430Linker Section.

i didnt find .lib/.a  file for graphics file in grlib_2_00_00_17 Folder.

Please let me know where i'm going wrong.

Thank You

  • Ramesh,

    It seems your project is not picking up all of the Graphics Lib support files it needs. I'm not sure exactly how you added it, but the simplest way to get this fixed, would be to import an empty GRLIB project which is already included within MSPWare in CCS!. To do this: Startup CCS and navigate to the TI Resource Explorer. Select MSPWare > Libraries > Graphics Library > Empty Projects. Select the project for your device (FR57xx for this case.) From here Graphics Lib should be setup correctly. If you have already started coding in you main, I would merge your code with the empty example that sets everything up properly.

    Regards,
    JH

**Attention** This is a public forum