PDA

View Full Version : Need Help Setting Up Hla



grofaz
July 25th, 2005, 01:57 AM
Hi,

Does anyone here know how to set up HLA (High Level Assembly) for Linux, specifically for ubuntu ??

I'm having a hard time. Appreciate any help. Thanks!

grofaz
July 25th, 2005, 08:36 AM
OK, I'm getting there. I know how to run it now, only the hard way. How do you edit paths in the .bashrc file ?? I need to add some paths to the hla compiler, libraries, and include files to the .bashrc so I don't have to type in the full path everytime I want to run hla. The hla instructions tell me what to do but I don't see the paths directory in the .bashrc they refer to. Anyone? HELP!

DarkW0lf
April 1st, 2006, 03:06 AM
You have to add the path statement, seems most distros don't put it in the .bashrc file anymore.

http://www.geocities.com/kahlinor/HLA.html

You find a great utility here called khla that will take care of the setup for you.
But you will have to still add a path statement that points to this program.
Just add the path statement at the bottom of .bashrc like the documentation shows you and put khla in the same directory (trust me it's easier with khla).