> Can you provide a simple code/project and the commands that you've tried?
The following is enough to generate a PE with the problem I'm having,
a lack of an export table despite telling it to link to kernel32.dll.
-- test.c --
int __stdcall mainCRTStartup(void) {
return 0;
}
-- command --
i686-w64-mingw32-gcc -nostdlib -mconsole -o test.exe test.c -lkernel32
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public