Trying to add support for MinGW/GNU llinker to RadASM to use with NASM in Win32

Started by mrsharpe, October 17, 2010, 10:00:51 PM

Previous topic - Next topic

mrsharpe


I'am new to using NASM so I set up RadASM and used ALINK and its works, but the preferred way I want to work is using MinGW and move NASM to the MinGW bin directory. Of course this involves some setting up of the NASM.ini file most of which I can do ok. The problem I get is the [MakeDefNoProject] section here ALINK uses the option -oPE for the win32/PE file. But what option do I require for LD? The number of options in GNU LD is mind blowing. I want to set up LD to produce the same results as ALINK but cannot find the option required.  Theres also the gotools resource compiler - does this work as a standalone or does it require any support files?  I would expect to be able to develop assembler Win32 projects if this works using the MinGW enviroment. If anybody as been able to get NASM working with LD in the RadASM IDE then any help here would be appreiciated.