Hi
Does anyone know if the BLE Stack could be compiled with IAR's DLIB? I've tried compiling, but I keep getting an error saying
Error[Pe020]: identifier "size_t" is undefined C:\Texas Instruments\BLE-CC254x-1.4.1.43908a\Projects\ble\Profiles\DevInfo\devinfoservice.c 137
AFAIK, linking from CLIB to DLIB shouldn't affect dependencies, yet size_t is defined in DLIB. Does anyone know it's not compiling?
Thanks