News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Help with HLA in Terminal (OSX)

Started by h.guerrier, September 22, 2011, 12:00:52 AM

Previous topic - Next topic

h.guerrier

I'm trying to get the Webster HLA Compiler to run successfully on my OSX MacBook, but for some reason everytime i would try to compile the program, i would get the following:

sh: ld: command not found
Error returned by ld = 32512

Does anyone have any ideas?

Sevag.K

don't know much about mac os, but it seems to me that either you don't have the linker 'ld' or it's not on your path.  you may need to install GNU binutils.

h.guerrier

Okay, so when i download this GNU binutils, what will happen??

Sevag.K

you'll get 'ld' and a bunch of other binary utilities.