On Tue, Dec 5, 2017 at 11:28 AM, $rik@nth <
srikan...@gmail.com> wrote:
>
> Hi Billy,
>
> I am getting different issue after reverting to android-ndk-r15c and android-ndk-r15-beta2 toolchains. Which used to work for me earlier with out any issues. But after pulling the changes from master to local branch, i started seeing this issue.
>
> /local/mnt/workspace2/android-ndk-r15c/toolchains/"aarch64-linux-android-4.9"/prebuilt/linux-"x86_64"/bin/"aarch64-linux-android-g++" -o ./bin/linux_arm64/syz-executor executor/executor_linux.cc \
> -pthread -Wall -Wframe-larger-than=8192 -Wparentheses -Werror -O1 \
> -static -I /local/mnt/workspace2/android-ndk-r15c/sources/cxx-stl/llvm-libc++/include --sysroot=/local/mnt/workspace2/android-ndk-r15c/platforms/android-24/arch-"arm64" -static -DGOOS=\"linux\" -DGIT_REVISION=\"c9e1b85baf8369cdcded7468f617cb213ffa7bbb+\"
> In file included from executor/executor_linux.cc:20:0:
> executor/common_linux.h:566:18: error: 'uintptr_t syz_open_procfs(uintptr_t, uintptr_t)' defined but not used [-Werror=unused-function]
> static uintptr_t syz_open_procfs(uintptr_t a0, uintptr_t a1)
> ^
> cc1plus: all warnings being treated as errors
> make[1]: *** [executor] Error 1
> make[1]: Leaving directory `/local/mnt/workspace2/syzkaller-working/src/
github.com/google/syzkaller'
> make: *** [target] Error 2