Re: [AD] Allegro assembly code + OMF |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
At 21:40 2000-02-01 +0000, Shawn Hargreaves wrote:
>Greg Hackmann <hacker@xxxxxxxxxx> writes:
>> Right now I'm trying to work on static library support for Borland
>> C++Builder, but I've hit a major snag. Seems that Borland's linker only
>> supports OMF format .OBJ files, and gcc only generates COFF format .OBJ
>> files.
>
>Yuck. I don't have anything concrete to suggest here, other than to try
>looking for MSVC to Borland conversion systems.
There is intel2gas, which converts back and forth between GAS and NASM
formats.
http://hermes.terminal.at/intel2gas/
Erik