compilation - SDCC missing header file pic16f887.h -


trying compile c program micro controller through sdcc

running:

sdcc -mpic14 -p16f887 blink.c 

gives:

blink.c:6:27: error: pic/pic16f887.h: no such file or directory blink.c:12: warning 197: keyword 'at' deprecated, use '__at' instead blink.c:12: error 20: undefined identifier '_config1' blink.c:12: error 2: initializer element not constant blink.c:13: warning 197: keyword 'at' deprecated, use '__at' instead blink.c:13: error 20: undefined identifier '_config2' blink.c:13: error 2: initializer element not constant blink.c:43: error 20: undefined identifier 'trisc' blink.c:65: error 20: undefined identifier 'portc' 


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -