Tool/software: Code Composer Studio
Hi TI-Forum, I can't build this code. How can I fix the error "unsolved symbolds"?
#include <msp430fr4133.h>
#include <driverlib.h>
#include "main.h"
#include "hal_LCD.h"
#include <stdio.h>
#include <stdlib.h>
int main(void) {
// Stop Watchdog timer
WDTCTL = WDTPW | WDTHOLD; // Stop watchdog timer
Init_LCD();
displayScrollText("WELCOME TO THE FR4133 LAUNCHPAD");
}
Errors:
Description Resource Path Location Type
#10010 errors encountered during linking; "LCD mit Test_2.out" not built LCD mit Test_2 C/C++ Problem
<a href="file:/c:/ti/ccsv6/tools/compiler/dmed/HTML/10234.html">#10234-D</a> unresolved symbols remain LCD mit Test_2 C/C++ Problem
unresolved symbol mode, first referenced in <whole-program> LCD mit Test_2 C/C++ Problem