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
Post a Comment