libfuzzer for mips

46 views
Skip to first unread message

prashant chaturvedi

unread,
Apr 8, 2021, 12:27:36 PM4/8/21
to libfuzzer
Hi,
    I was trying to use libfuzzer for mips binaries, but i just can't build the binary with libfuzzer enabled.
i'm using llvm version 9.0.1
command:

clang++ --target="mipsel-unknown-linux-gnu" -o mips fuzz_me.cc -fsanitize=fuzzer

i'm getting the following error:
libclang_rt.fuzzer-mipsel.a: No such file or directory.

All this works fine for x86, but fails for mips.

Any help would be appreciated.
Thank you in advance

Konstantin Serebryany

unread,
Apr 8, 2021, 12:34:58 PM4/8/21
to prashant chaturvedi, libfuzzer
We don't build libFuzzer for architectures other than those we can support (x86, Arm). 
I am afraid you are on your own - and patches are welcome. 

--kcc 

--
You received this message because you are subscribed to the Google Groups "libfuzzer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to libfuzzer+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/libfuzzer/2f12d7c7-cc0e-4ec9-8a1a-2572a7683bdbn%40googlegroups.com.

prashant chaturvedi

unread,
Apr 8, 2021, 1:10:53 PM4/8/21
to Konstantin Serebryany, libfuzzer
Thank you for the clarification. 
Reply all
Reply to author
Forward
0 new messages