Author |
Message |
Topic: header file error |
johnsonpay
Replies: 13
Views: 28292
|
Forum: General CCS C Discussion Posted: Sun Oct 07, 2018 7:26 am Subject: header file error |
This is caused by Windows. MS decided a while ago that all directories in the 'Program files' directory would be read only, and owned by SYSTEM, not the installer. It causes issues for a lot of progra ... |
Topic: header file error |
johnsonpay
Replies: 13
Views: 28292
|
Forum: General CCS C Discussion Posted: Fri Oct 05, 2018 4:31 am Subject: header file error |
OK. So we now know you are using a PIC16F628A.
So you have as your first line:
#include <16F628a.h>
If it is showing an error on this, is the compiler properly installed? (it needs to kno ... |
Topic: header file error |
johnsonpay
Replies: 13
Views: 28292
|
Forum: General CCS C Discussion Posted: Fri Oct 05, 2018 4:17 am Subject: header file error |
Hi Ttelmah,
Thank you for your technical support. I follow you instruction, after compiling it jump to 16F628A.h this header file again, then show error. |
Topic: header file error |
johnsonpay
Replies: 13
Views: 28292
|
Forum: General CCS C Discussion Posted: Fri Oct 05, 2018 3:49 am Subject: header file error |
Hi all,
I'm new in ccs c compiler I just create simple project for LED Blinking, when I change "_bif void set_tris_a(int8 value)"this code value to 0x0f, after compiler the 0x0f change ... |
|