android-afl icon indicating copy to clipboard operation
android-afl copied to clipboard

Compile error

Open haowai31 opened this issue 8 years ago • 2 comments

android-afl/android-ashmem.h:14:57: error: declaration of 'struct shmid_ds' will not be visible outside of this function It seems like an include error. But I see the program use the prebuild clang in aosp, so I don't know how to fix it.

System: Ubuntu14.04 AOSP:7.0

Any help will be appreciated. Thank you.

haowai31 avatar Nov 23 '16 08:11 haowai31

I have overcomed it. I have put the whole system in aosp/development/ which can be compiled well.

haowai31 avatar Nov 25 '16 02:11 haowai31

Ran into the same error. Any ideas why that happens/ Why moving the folder helps? Don't really understand the magic underlying the build system here.

greshake avatar May 10 '17 14:05 greshake