/usr/bin/ld: cannot find -lupm-i2clcd

I am attempting to compile the rgb_lcd_demo.cpp program in for the Grove starter kit and make ends in the following error:

linaro@linaro-alip:~/Starter_Kit_for_96Boards/rgb_lcd_demo$ make
g++ -Wall -g -lupm-i2clcd rgb_lcd_demo.cpp -o rgb_lcd_demo
/usr/bin/ld: cannot find -lupm-i2clcd
collect2: error: ld returned 1 exit status
: recipe for target ‘rgb_lcd_demo’ failed
make: *** [rgb_lcd_demo] Error 1

I followed all the instructions including getting the necessary libraries.

2 posts were merged into an existing topic: 96Boards Sensor Mezzanine Instructions