huaweigeneric-ril icon indicating copy to clipboard operation
huaweigeneric-ril copied to clipboard

Compiling

Open sentient opened this issue 12 years ago • 1 comments

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>

sentient avatar Feb 13 '13 03:02 sentient

Hi,

it is designed for CM 10.1. You may try out the old huaweigeneric-ril-old for Android 2.3. Otherwise try to remove all the audio stuff.

DerArtem avatar Feb 16 '13 09:02 DerArtem