c - How to create my own header file in TI ccs6.0 -


i start learn ti's msp430 mcu. created own header file, , specify search path c preprocessor (project → properties → build → msp430 compiler→ include options, add own header file path), when build project, ccs remind error:unresolved symbol blink_led(i have define function in own header file )

why don't add using:

rigth mouse click on project > new > header file

no need add preprocessor path.

futhermore unresolved symbol because linker cannot find library defining symbol. if need add somethink, add linker "file search path"


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -