Closed
Bug 1023014
Opened 11 years ago
Closed 11 years ago
[dolphin] Build is broken: eng_cmd4linuxhdlr.c:669:5: error: too few arguments to function 'sendAt'
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jld, Unassigned)
Details
vendor/sprd/open-source/apps/engmode/eng_cmd4linuxhdlr.c: In function 'eng_simtest_checksim_euicc':
vendor/sprd/open-source/apps/engmode/eng_cmd4linuxhdlr.c:669:5: warning: passing argument 3 of 'sendAt' makes integer from pointer without a cast [enabled by default]
In file included from vendor/sprd/open-source/apps/engmode/eng_cmd4linuxhdlr.c:21:0:
vendor/sprd/open-source/libs/libatchannel/AtChannel.h:8:8: note: expected 'int' but argument is of type 'char *'
vendor/sprd/open-source/apps/engmode/eng_cmd4linuxhdlr.c:669:5: error: too few arguments to function 'sendAt'
In file included from vendor/sprd/open-source/apps/engmode/eng_cmd4linuxhdlr.c:21:0:
vendor/sprd/open-source/libs/libatchannel/AtChannel.h:8:8: note: declared here
This is at revision c306e8b90c25 of vendor/sprd/open-source (the current head of branch "sprdb2g_gonk4.4" from http://sprdsource.spreadtrum.com:8085/b2g/android/vendor/sprd/open-source ).
| Reporter | ||
Updated•11 years ago
|
Component: GonkIntegration → General
Comment 1•11 years ago
|
||
Sam, I think something wrong in libatchannel, can you help to fix this?
Flags: needinfo?(sam.hua)
Hi Kaizhen
It is fixed now.
The latest update is :
vendor/sprd/proprietories$ git log
commit 006005720899f556804ae1624ee7d942aac5269e
Author: sam hua <sam.hua@spreadtrum.com>
Date: Tue Jun 10 16:11:16 2014 +0800
Bug #321127 Update ril lib for sendAt modification
[bug number ] 321127
[root cause ] Update ril lib for sendAt modification
Flags: needinfo?(sam.hua)
| Reporter | ||
Comment 3•11 years ago
|
||
I've confirmed that that fixes the build. Thanks!
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•