Below is the compile iOS configuration
- host=aarch64 - apple - Darwin \
CC="xcrun - SDK iphoneos clang" \
CXX="xcrun - SDK iphoneos clang" \
CPP="xcrun - SDK iphoneos clang -e" \
AS="xcrun - SDK iphoneos clang" \
CFLAGS="- the arch arm64 fembed - bitcode" \
LDFLAGS="- the arch arm64 fembed - bitcode" \
CPPFLAGS="- the arch arm64 fembed - bitcode" \
If the change to the x86 how should change?
Now I write
- host=i386 - w64 - mingw32 \
I don't know the CC, CXX, AS, CFLAGS, LDFLAGS behind what you need to write so I didn't write
Compilation fails,
To quote the following error
checking for i386 - w64 - mingw32-gcc as I need... No
Checking for GCC... GCC
Checking been the C compiler works... No
Configure: error: in `/e/Download/FFmpegInterop/fdkaac/FDK - aac - 0.1.6/Output/Windows 10/x86 ':
Configure: error: C compiler always create executables
See ` config. The log 'for more details
+ make install
Make: * * * no rules can make target "install", stop,
CodePudding user response:
M someone?