Author |
Message |
Topic: pb of compilation ... function used but not defined |
davidnewone
Replies: 13
Views: 27348
|
Forum: General CCS C Discussion Posted: Sat Feb 17, 2018 7:22 am Subject: Of course, RTC ! |
You are missing the point.
time.h, _requires_ a separate set of code to give the actual code. The three available from CCS are:
rtcperipheral.c, ds1305.c & rtcticks.c, to use an internal timer ... |
Topic: pb of compilation ... function used but not defined |
davidnewone
Replies: 13
Views: 27348
|
Forum: General CCS C Discussion Posted: Fri Feb 16, 2018 12:18 pm Subject: pb of compilation ... function used but not defined |
The other possibility, since it is the function line that is complaining, not the data definitions, is that he is not including the actual code to supply the function. Quote from "time.h":
... |
Topic: pb of compilation ... function used but not defined |
davidnewone
Replies: 13
Views: 27348
|
Forum: General CCS C Discussion Posted: Thu Feb 15, 2018 3:16 pm Subject: pb of compilation ... function used but not defined |
Hi, have someone any idea ?? thanks a lot for you answers
struct tm
{
int tm_sec; /* secondes (0,59) */
int tm_min; /* minutes (0,59) */ ... |
|