Page 1 of 1

XC8 error 499

PostPosted: Wed Jun 11, 2014 2:42 am
by schmitta
I get the following error when compiling with xc8 : :0: error: (499) undefined symbol:
_calloc(dist/default/production/apsRTOS.X.production.obj)

But I don't know where the symbol is or what it is to fix it. Any ideas? Thank you. Alvin....

Re: XC8 error 499

PostPosted: Wed Jun 11, 2014 3:18 am
by jtemples
calloc() is for dynamic memory allocation. The 8-bit compilers don't support that.