The MASM Forum Archive 2004 to 2012

Project Support Forums => HLA Forum => Topic started by: h.guerrier on September 22, 2011, 12:00:52 AM

Title: Help with HLA in Terminal (OSX)
Post by: h.guerrier on September 22, 2011, 12:00:52 AM
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?
Title: Re: Help with HLA in Terminal (OSX)
Post by: Sevag.K on September 23, 2011, 03:14:44 AM
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.
Title: Re: Help with HLA in Terminal (OSX)
Post by: h.guerrier on September 24, 2011, 08:19:41 AM
Okay, so when i download this GNU binutils, what will happen??
Title: Re: Help with HLA in Terminal (OSX)
Post by: Sevag.K on September 27, 2011, 07:12:44 AM
you'll get 'ld' and a bunch of other binary utilities.