| | 39 | '''I get "Warning: linker path does not have real file for library -lsetupapi/-lole32" when compiling with MinGW''' |
| | 40 | Use the latest version of libtool (2.2.10 or later). If pre-built binaries are not available, you might have to recompile it [http://ftp.gnu.org/gnu/libtool/ from source]. |
| | 41 | |
| | 42 | '''I get "gcc.exe: CreateProcess: No such file or directory" when compiling with MinGW''' |
| | 43 | You are probably attempting to cross compile on an environment where the default gcc cannot produce executables. Because libwdi requires the compilation and execution of an embedder.exe native to the host, the host's default gcc '''must''' be able to produce executables that run on the compilation platform. |
| | 44 | |
| | 45 | |