robertinant / EnergiaNG

open-source electronics prototyping platform
http://www.energia.nu/
Other
12 stars 3 forks source link

Workshop — Conflicting Libraries #34

Open rei-vilo opened 6 years ago

rei-vilo commented 6 years ago

The MSP430 and the MSP432 boards packages include conflicting libraries, which examples fail to compile.

Packages

Libraries

The reason is those two libraries share some utilities which are duplicated.

Error Message

In file included from ~/Documents/Projets/Energia/libraries/LCD_BoosterPack/Screen_HX8353E.h:49:0,
Multiple libraries were found for "Screen_HX8353E.h"
 Used: ~/Documents/Projets/Energia/libraries/LCD_BoosterPack
 Not used: ~/Library/Energia15/packages/energia/hardware/tivac/1.0.3/libraries/EduBPMKII_Screen
 Not used: ~/Library/Energia15/packages/energia/hardware/tivac/1.0.3/libraries/EduBPMKII_Screen
 Not used: ~/Library/Energia15/packages/energia/hardware/tivac/1.0.3/libraries/EduBPMKII_Screen
 Not used: ~/Library/Energia15/packages/energia/hardware/tivac/1.0.3/libraries/EduBPMKII_Screen
Multiple libraries were found for "LCD_screen_font.h"
 Used: ~/Documents/Projets/Energia/libraries/LCD_Common
 Not used: ~/Library/Energia15/packages/energia/hardware/tivac/1.0.3/libraries/EduBPMKII_Screen
 Not used: ~/Library/Energia15/packages/energia/hardware/tivac/1.0.3/libraries/EduBPMKII_Screen
 Not used: ~/Library/Energia15/packages/energia/hardware/tivac/1.0.3/libraries/EduBPMKII_Screen
 Not used: ~/Library/Energia15/packages/energia/hardware/tivac/1.0.3/libraries/EduBPMKII_Screen
                 from ~/Library/Energia15/packages/energia/hardware/tivac/1.0.3/libraries/EduBPMKII_Screen/examples/LCD_LifeGame/LCD_LifeGame.ino:71:
~/Documents/Projets/Energia/libraries/LCD_Common/LCD_screen_font.h:52:22: fatal error: LCD_font.h: No such file or directory
 #include "LCD_font.h"
                      ^
compilation terminated.