-
Notifications
You must be signed in to change notification settings - Fork 516
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
Compile error on WSL2 Ubuntu #490
Comments
I have same issue |
1 similar comment
I have same issue |
I have same issue, but when I reset to the previous commit f7b69ee, it compiles successfully. i think the issue may be caused by the latest commit |
Same issue on Ubuntu 22.04 with binutils-dev 2.38-4ubuntu2.2 As @vivi50 suggests, reverting 37e8e81 solves the issue. In order to make this searchable, I present the error message as text:
|
Compiled with this commit, but now when I run hongfuzz I get the following error: As above, maximize unique code blocks via Intel Processor Trace (requires libipt.so): honggfuzz --linux_perf_ipt_block -- /usr/bin/djpeg FILE [2023-08-13T17:16:50-0400][F][82300] main():340 Parsing of the cmd-line arguments failed |
I think WSL2 is a virtualization-based environment, the CPU performance event would have to be exported into the VM. It's relatively easy to do it with |
This has nothing to do with WSL2. I have this error too on a native Ubuntu and a Debian.
|
This should help the situation a bit (undefined As for the cast between incompatible function types, I'm not sure how to do it for now. I was thinking that casting from any pointer to |
And this ad389c4 will maybe help with function conversions. |
Hi Robert, I still get:
this is on a Ubuntu 20.04.6 LTS |
What about this? 4c85173 |
this fixes it for me :) |
Hello,
I have been able to compile honggfuzz on my system in the past without issue, but recently I tried and am getting the following errors from bfd.c:
Could this be a compiler compatibility issue?
The text was updated successfully, but these errors were encountered: