Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some build errors #17

Open
ghost opened this issue Dec 24, 2015 · 0 comments
Open

some build errors #17

ghost opened this issue Dec 24, 2015 · 0 comments

Comments

@ghost
Copy link

ghost commented Dec 24, 2015

ama, hi okay when compiling master as it currently stands, for one msm8226 and one msm8916 [32bit build since 64bit isn't there on the kernel side of things]

bootable/recovery/aromafm/src/libs/fb/fb.c:39:15: error: storage size of 'st' isn't known

after a little looking i found this article https://bytes.com/topic/c/answers/140397-struct-stat-st-stat-filename-c_str-st-hu

so included

include asm/stat.h <---the brackets don't show for some reason

in src/libs/fb/fb.c
that seemed to move things foward though i don't know if that's actually correct.

Further along i hit this
In file included from bootable/recovery/aromafm/src/main/aroma_ui.c:31:0:
In function 'open',
inlined from 'aui_extract_thread' at bootable/recovery/aromafm/src/main/libs/aroma_uiextract.c:161:28:
bionic/libc/include/fcntl.h:63:33: error: call to '__creat_missing_mode' declared with attribute error: called with O_CREAT, but missing mode

I am building through cm11 build system, what's missing mode ?
Is bionic too old a version?

thanks.
m

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants