honggfuzz-rs icon indicating copy to clipboard operation
honggfuzz-rs copied to clipboard

Raspberry PI (Raspbian)

Open LinkTed opened this issue 4 years ago • 0 comments

I figured out to use hongfuzz with Raspbian 10 (buster). I had to add the following environment variables to compile it:

LDFLAGS="-lm -latomic -lc" RUSTFLAGS="-C link-arg=-latomic" cargo hfuzz run decode_encode_decode

Maybe add this to the documentation?

LinkTed avatar Feb 21 '21 15:02 LinkTed