-
Notifications
You must be signed in to change notification settings - Fork 69
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
[IPT1g] Several build errors on compiling #174
Comments
Can i have your gcc version? |
GCC 14.1.1 |
Can I have full output of gcc —version? |
gcc (GCC) 14.1.1 20240720 |
Install older gcc (12,13) |
I tried using gcc 12.4.0 with the same results gcc-12 (GCC) 12.4.0 |
Reinstall openssl |
It's handled by my package manager. I've tried both OpenSSL 3.3.1 and 1.1.1. Also, the error I'm getting in gcc-12 is a linker error:
|
Did you tried gcc 13? |
|
The problem in your libraries run apt upgrade or similar to your distribution if problem is not solved, try other distributions |
I tried again with the same compiler errors. I'm using Arch Linux, which is a rolling distribution that always ships the latest software, including libraries. |
After bypassing using
#pragma GCC diagnostic ignored "-Wint-conversion"
I get this:After bypassing that, I get:
After bypassing that, I get:
After bypassing, I get:
My configure options:
../configure --enable-sdl --disable-cocoa --target-list=arm-softmmu --disable-capstone --disable-pie --disable-slirp --extra-ldflags='-lcrypto' --disable-werror
OS: Arch Linux
Branch: ipod_touch_1g
Getting the same results when trying to link to openssl-1.1 using these configure flags:
../configure --enable-sdl --disable-cocoa --target-list=arm-softmmu --disable-capstone --disable-pie --disable-slirp --extra-cflags=-I/usr/include/openssl-1.1 --extra-ldflags='-L/usr/lib/openssl-1.1 -lcrypto' --disable-werror
The text was updated successfully, but these errors were encountered: