Am wondering if anyone can help with this error I am getting while trying to compile cm...A little new to most of this so just need a little guidance in the right direction....
I am running linux mint 12 in this compile attempt.....:trytofly:
clared (first use in this function)
hardware/libhardware_legacy/wifi/wifi.c:730: error: (Each undeclared identifier is reported only once
hardware/libhardware_legacy/wifi/wifi.c:730: error: for each function it appears in.)
hardware/libhardware_legacy/wifi/wifi.c:730: error: expected ')' before string constant
hardware/libhardware_legacy/wifi/wifi.c:730: error: too few arguments to function 'strncpy'
hardware/libhardware_legacy/wifi/wifi.c:735: warning: implicit declaration of function 'wpa_ctrl_recv'
hardware/libhardware_legacy/wifi/wifi.c:738: error: expected ')' before string constant
hardware/libhardware_legacy/wifi/wifi.c:738: error: too few arguments to function 'strncpy'
hardware/libhardware_legacy/wifi/wifi.c:748: error: expected ')' before string constant
hardware/libhardware_legacy/wifi/wifi.c:748: error: too few arguments to function 'strncpy'
make: *** [out/target/product/prevail/obj/SHARED_LIBRARIES/libhardware_legacy_intermediates/wifi/wifi.o] Error 1
make: *** Waiting for unfinished jobs...





o370