Jackson
2020-05-22 19:47:06 UTC
Hello all.
I was directed here by the textbook "The Art of Assembly Language Programming." I hope this is the appropriate forum; the text only mentions that comp.lang.asm.x86 is an "Internet newgroup."
I am hoping for guidance on the installation of High Level Assembly.
I was directed here by the textbook "The Art of Assembly Language Programming." I hope this is the appropriate forum; the text only mentions that comp.lang.asm.x86 is an "Internet newgroup."
I am hoping for guidance on the installation of High Level Assembly.
ERROR! Could not locate the hlalib.a file.
Have you set the 'hlalib' environment variable properly?
hlalib=/home/jackson/bin/hla-resources/hlalib
export hlalib
hlainc=/home/jackson/bin/hla-resources/include
export hlainc
I've executed 'source .bashrc' to refresh(?) the configuration.Have you set the 'hlalib' environment variable properly?
hlalib=/home/jackson/bin/hla-resources/hlalib
export hlalib
hlainc=/home/jackson/bin/hla-resources/include
export hlainc
total 3040
-rwxrwxr-x. 1 jackson jackson 726944 May 21 19:28 hla
-rwxr-xr-x. 1 jackson jackson 42324 May 21 19:28 hlacmp
-rwxrwxr-x. 1 jackson jackson 2330716 May 21 19:28 hlaparse
drwxrwxr-x. 4 jackson jackson 4096 May 22 11:32 hla-resources
total 8
drwxrwxr-x. 2 jackson jackson 4096 May 21 19:27 hlalib
drwxr-xr-x. 3 jackson jackson 4096 May 21 19:27 include
total 4552
-rw-r--r--. 1 jackson jackson 2281264 May 21 19:28 hlalib.a
-rw-r--r--. 1 jackson jackson 2376200 May 21 19:28 hlalib_safe.a
...
Has anyone installed HLA recently and encountered a similar issue? Any insight would be greatly appreciated.-rwxrwxr-x. 1 jackson jackson 726944 May 21 19:28 hla
-rwxr-xr-x. 1 jackson jackson 42324 May 21 19:28 hlacmp
-rwxrwxr-x. 1 jackson jackson 2330716 May 21 19:28 hlaparse
drwxrwxr-x. 4 jackson jackson 4096 May 22 11:32 hla-resources
total 8
drwxrwxr-x. 2 jackson jackson 4096 May 21 19:27 hlalib
drwxr-xr-x. 3 jackson jackson 4096 May 21 19:27 include
total 4552
-rw-r--r--. 1 jackson jackson 2281264 May 21 19:28 hlalib.a
-rw-r--r--. 1 jackson jackson 2376200 May 21 19:28 hlalib_safe.a
...