You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have some issues with the ALOGE / ALOGD / etc. and I can easily change this to get this working with Android 2.3.5 (Gingerbread). HoweverI also get some other compile issues
e.g.
In file included from hardware/ril/huaweigeneric-ril-toonew/audioqueue.c:1:
hardware/ril/huaweigeneric-ril-toonew/misc.h:38: error: expected declaration specifiers or '...' before 'size_t'
hardware/ril/huaweigeneric-ril-toonew/misc.h:42: error: expected declaration specifiers or '...' before 'size_t'
For which Android build is this compatible?
I have some issues with the ALOGE / ALOGD / etc. and I can easily change this to get this working with Android 2.3.5 (Gingerbread). HoweverI also get some other compile issues
e.g.
In file included from hardware/ril/huaweigeneric-ril-toonew/audioqueue.c:1:
hardware/ril/huaweigeneric-ril-toonew/misc.h:38: error: expected declaration specifiers or '...' before 'size_t'
hardware/ril/huaweigeneric-ril-toonew/misc.h:42: error: expected declaration specifiers or '...' before 'size_t'
withc misc.h 37 - 44
int stringToBinary(/in/ const char _string,
/in/ size_t len,
/_out*/ unsigned char *binary);
int binaryToString(/in/ const unsigned char _binary,
/in/ size_t len,
/_out*/ char *string);
Do I need a specific version of a GCC compiler?
Or should I add the following line in misc.h
include <stddef.h>
The text was updated successfully, but these errors were encountered: