|
From: santosh on 12 Jun 2008 15:27 ronaldsorrell2005(a)yahoo.com wrote: > On Jun 12, 1:24�pm, Frank Kotler <fbkot...(a)verizon.net> wrote: >> ronaldsorrell2...(a)yahoo.com wrote: >> > hey every one, i am new to this program and to programing i am >> > having problems getting the hla to work. in the command window i >> > have: C: \hla> hla -v hw.hla , and hit enter i get what the install >> > instructions say under trouble shooting, but the last part >> > "Compiling "hw.hla" to "hw.obj"" and on down. what i do get there >> > is "Could not open hw.hla" . i hope one of you know what my problem >> > is because i really donot know but i am thinking the compiler and >> > linker is not working and i have no clue yet on how solve this >> > issue. any suggestions? >> >> When you type "dir", do you see "hw.hla"? If not, that's your >> problem. Some editors insist on saving files as "hw.hla.txt" or so. >> Beat the editor into submission, rename it, or simply give HLA "hla >> -v hw.hla.txt", if that's the problem. Or change to the directory >> where "hw.hla" *does* exist. If HLA is finding "hw.hla" and it >> *still* doesn't work, get back to us. >> >> You might want to joint the !YAHOO! group: >> >> http://tech.groups.yahoo.com/group/aoaprogramming/ >> >> In the "Tales out of school" department, some HLA "fans" in this ng >> will be amused to hear that someone just posted: >> >> "I really don't want to learn Assembly and thats why I am interested >> in HLA" >> >> At least he knows what he's up against... >> >> Best, >> Frank > > Ok, this I have done and yes it shows hw.hla in the dir. > > C:\hla> projects>dir (enter) > > date <Dir> . > date <Dir> .. > date 145 hw.hla > > 1 file > 2 dir. > > so I am good here? Have you set up all the HLA environment variables like HLAINC, HLALIB and so on? Are the HLA compiler driver and the compiler proper in your path? Is the current directory in your path? Show the exact commands that you typed (copy-paste, don't retype) and the exact output of those commands, upto the point where the first error occurs.
From: ronaldsorrell2005 on 12 Jun 2008 16:23 On Jun 12, 3:27 pm, santosh <santosh....(a)gmail.com> wrote: > ronaldsorrell2...(a)yahoo.com wrote: > > On Jun 12, 1:24 pm, Frank Kotler <fbkot...(a)verizon.net> wrote: > >> ronaldsorrell2...(a)yahoo.com wrote: > >> > hey every one, i am new to this program and to programing i am > >> > having problems getting the hla to work. in the command window i > >> > have: C: \hla> hla -v hw.hla , and hit enter i get what the install > >> > instructions say under trouble shooting, but the last part > >> > "Compiling "hw.hla" to "hw.obj"" and on down. what i do get there > >> > is "Could not open hw.hla" . i hope one of you know what my problem > >> > is because i really donot know but i am thinking the compiler and > >> > linker is not working and i have no clue yet on how solve this > >> > issue. any suggestions? > > >> When you type "dir", do you see "hw.hla"? If not, that's your > >> problem. Some editors insist on saving files as "hw.hla.txt" or so. > >> Beat the editor into submission, rename it, or simply give HLA "hla > >> -v hw.hla.txt", if that's the problem. Or change to the directory > >> where "hw.hla" *does* exist. If HLA is finding "hw.hla" and it > >> *still* doesn't work, get back to us. > > >> You might want to joint the !YAHOO! group: > > >>http://tech.groups.yahoo.com/group/aoaprogramming/ > > >> In the "Tales out of school" department, some HLA "fans" in this ng > >> will be amused to hear that someone just posted: > > >> "I really don't want to learn Assembly and thats why I am interested > >> in HLA" > > >> At least he knows what he's up against... > > >> Best, > >> Frank > > > Ok, this I have done and yes it shows hw.hla in the dir. > > > C:\hla> projects>dir (enter) > > > date <Dir> . > > date <Dir> .. > > date 145 hw.hla > > > 1 file > > 2 dir. > > > so I am good here? > > Have you set up all the HLA environment variables like HLAINC, HLALIB > and so on? Are the HLA compiler driver and the compiler proper in your > path? Is the current directory in your path? Show the exact commands > that you typed (copy-paste, don't retype) and the exact output of those > commands, upto the point where the first error occurs.- Hide quoted text - > > - Show quoted text - Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. C:\hla>set ALLUSERSPROFILE=C:\Documents and Settings\All Users APPDATA=C:\Documents and Settings\rsorrell\Application Data CLASSPATH=.;C:\Program Files\Java\jre1.5.0_06\lib\ext\QTJava.zip CLIENTNAME=Console CommonProgramFiles=C:\Program Files\Common Files COMPUTERNAME=LABTECH3 ComSpec=C:\WINDOWS\system32\cmd.exe DA_SDK=C:\da_sdk FP_NO_HOST_CHECK=NO hlainc=C:\hla\hla\include hlalib=C:\hla\hla\hlalib\hlalib.lib HOMEDRIVE=C: HOMEPATH=\Documents and Settings\rsorrell lib=;C:\hla\hlalib;C:\hla\hlalib;C:\hla\hlalib;C:\hla\hla\hlalib LOGONSERVER=\\PERRY NUMBER_OF_PROCESSORS=2 OS=Windows_NT Path=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C: \Program Files\Common Files\Roxio Shared\DLLShared\;C:\P ogram Files\QuickTime\QTSystem\;C:\Program Files\Texas Instruments\CC Essentials 2.0\eclipse\plugins\com.ti.eem.wrapper 2.0.0 PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH PROCESSOR_ARCHITECTURE=x86 PROCESSOR_IDENTIFIER=x86 Family 15 Model 6 Stepping 4, GenuineIntel PROCESSOR_LEVEL=15 PROCESSOR_REVISION=0604 ProgramFiles=C:\Program Files PROMPT=$P$G QTJAVA=C:\Program Files\Java\jre1.5.0_06\lib\ext\QTJava.zip RoxioCentral=C:\Program Files\Common Files\Roxio Shared\9.0\Roxio Central33\ SDImgTemp=C:\Program Files\Sharp\Sharpdesk\Temp SESSIONNAME=Console SystemDrive=C: SystemRoot=C:\WINDOWS TEMP=C:\DOCUME~1\rsorrell\LOCALS~1\Temp TMP=C:\DOCUME~1\rsorrell\LOCALS~1\Temp USERDNSDOMAIN=GHUPLINK.COM USERDOMAIN=GHUPLINK USERNAME=rsorrell USERPROFILE=C:\Documents and Settings\rsorrell windir=C:\WINDOWS C:\hla>dir Volume in drive C has no label. Volume Serial Number is 3C1C-0BC7 Directory of C:\hla 06/12/2008 10:44 AM <DIR> . 06/12/2008 10:44 AM <DIR> .. 05/15/2006 07:26 PM 76,288 fasm.exe 01/07/2008 11:58 AM 73,728 fhla.exe 01/07/2008 11:58 AM 73,728 ghla.exe 06/12/2008 10:42 AM <DIR> hla 01/07/2008 11:58 AM 73,728 hla.exe 06/05/2008 11:57 AM <DIR> hlalib 01/07/2008 11:58 AM 1,601,536 hlaparse.exe 06/05/2008 11:57 AM <DIR> include 01/07/2008 11:58 AM 73,728 mhla.exe 01/07/2008 11:58 AM 73,728 ohla.exe 06/10/2004 07:18 PM 74,240 polib.exe 06/18/2004 02:41 AM 137,216 polink.exe 05/19/2004 07:12 PM 53,760 pomake.exe 06/11/2004 07:49 PM 114,688 porc.dll 06/11/2004 07:32 PM 32,256 porc.exe 06/12/2008 04:16 PM <DIR> Projects 01/07/2008 11:58 AM 73,728 thla.exe 06/05/2008 11:57 AM 13,586 unins000.dat 04/14/2003 03:00 AM 71,588 unins000.exe 15 File(s) 2,617,526 bytes 6 Dir(s) 143,569,567,744 bytes free C:\hla>cd projects C:\hla\Projects>set ALLUSERSPROFILE=C:\Documents and Settings\All Users APPDATA=C:\Documents and Settings\rsorrell\Application Data CLASSPATH=.;C:\Program Files\Java\jre1.5.0_06\lib\ext\QTJava.zip CLIENTNAME=Console CommonProgramFiles=C:\Program Files\Common Files COMPUTERNAME=LABTECH3 ComSpec=C:\WINDOWS\system32\cmd.exe DA_SDK=C:\da_sdk FP_NO_HOST_CHECK=NO hlainc=C:\hla\hla\include hlalib=C:\hla\hla\hlalib\hlalib.lib HOMEDRIVE=C: HOMEPATH=\Documents and Settings\rsorrell lib=;C:\hla\hlalib;C:\hla\hlalib;C:\hla\hlalib;C:\hla\hla\hlalib LOGONSERVER=\\PERRY NUMBER_OF_PROCESSORS=2 OS=Windows_NT Path=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C: \Program Files\Common Files\Roxio Shared\DLLShared\;C:\P ogram Files\QuickTime\QTSystem\;C:\Program Files\Texas Instruments\CC Essentials 2.0\eclipse\plugins\com.ti.eem.wrapper 2.0.0 PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH PROCESSOR_ARCHITECTURE=x86 PROCESSOR_IDENTIFIER=x86 Family 15 Model 6 Stepping 4, GenuineIntel PROCESSOR_LEVEL=15 PROCESSOR_REVISION=0604 ProgramFiles=C:\Program Files PROMPT=$P$G QTJAVA=C:\Program Files\Java\jre1.5.0_06\lib\ext\QTJava.zip RoxioCentral=C:\Program Files\Common Files\Roxio Shared\9.0\Roxio Central33\ SDImgTemp=C:\Program Files\Sharp\Sharpdesk\Temp SESSIONNAME=Console SystemDrive=C: SystemRoot=C:\WINDOWS TEMP=C:\DOCUME~1\rsorrell\LOCALS~1\Temp TMP=C:\DOCUME~1\rsorrell\LOCALS~1\Temp USERDNSDOMAIN=GHUPLINK.COM USERDOMAIN=GHUPLINK USERNAME=rsorrell USERPROFILE=C:\Documents and Settings\rsorrell windir=C:\WINDOWS C:\hla\Projects>dir Volume in drive C has no label. Volume Serial Number is 3C1C-0BC7 Directory of C:\hla\Projects 06/12/2008 04:16 PM <DIR> . 06/12/2008 04:16 PM <DIR> .. 06/12/2008 03:58 PM 0 cd 06/12/2008 03:58 PM 0 dir 06/12/2008 03:58 PM 0 hla 06/12/2008 03:58 PM 0 hlalib 06/12/2008 10:40 AM 145 hw.hla 06/12/2008 03:58 PM 0 include 06/12/2008 03:58 PM 0 Projects 06/12/2008 03:58 PM 0 set 06/12/2008 04:16 PM 59 sometext.txt 9 File(s) 204 bytes 2 Dir(s) 143,569,567,744 bytes free C:\hla\Projects>hla hw.hla 'hla' is not recognized as an internal or external command, operable program or batch file. C:\hla\Projects> This is everything i could think of to do so you would have all the information you needed. I would like to thank you for your time. I was ready to pull my hair out, oh wait I am already bald, Never mind. thank you agian.
From: ronaldsorrell2005 on 12 Jun 2008 16:31 On Jun 12, 3:27 pm, santosh <santosh....(a)gmail.com> wrote: > ronaldsorrell2...(a)yahoo.com wrote: > > On Jun 12, 1:24 pm, Frank Kotler <fbkot...(a)verizon.net> wrote: > >> ronaldsorrell2...(a)yahoo.com wrote: > >> > hey every one, i am new to this program and to programing i am > >> > having problems getting the hla to work. in the command window i > >> > have: C: \hla> hla -v hw.hla , and hit enter i get what the install > >> > instructions say under trouble shooting, but the last part > >> > "Compiling "hw.hla" to "hw.obj"" and on down. what i do get there > >> > is "Could not open hw.hla" . i hope one of you know what my problem > >> > is because i really donot know but i am thinking the compiler and > >> > linker is not working and i have no clue yet on how solve this > >> > issue. any suggestions? > > >> When you type "dir", do you see "hw.hla"? If not, that's your > >> problem. Some editors insist on saving files as "hw.hla.txt" or so. > >> Beat the editor into submission, rename it, or simply give HLA "hla > >> -v hw.hla.txt", if that's the problem. Or change to the directory > >> where "hw.hla" *does* exist. If HLA is finding "hw.hla" and it > >> *still* doesn't work, get back to us. > > >> You might want to joint the !YAHOO! group: > > >>http://tech.groups.yahoo.com/group/aoaprogramming/ > > >> In the "Tales out of school" department, some HLA "fans" in this ng > >> will be amused to hear that someone just posted: > > >> "I really don't want to learn Assembly and thats why I am interested > >> in HLA" > > >> At least he knows what he's up against... > > >> Best, > >> Frank > > > Ok, this I have done and yes it shows hw.hla in the dir. > > > C:\hla> projects>dir (enter) > > > date <Dir> . > > date <Dir> .. > > date 145 hw.hla > > > 1 file > > 2 dir. > > > so I am good here? > > Have you set up all the HLA environment variables like HLAINC, HLALIB > and so on? Are the HLA compiler driver and the compiler proper in your > path? Is the current directory in your path? Show the exact commands > that you typed (copy-paste, don't retype) and the exact output of those > commands, upto the point where the first error occurs.- Hide quoted text - > > - Show quoted text - Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. C:\hla>set ALLUSERSPROFILE=C:\Documents and Settings\All Users APPDATA=C:\Documents and Settings\rsorrell\Application Data CLASSPATH=.;C:\Program Files\Java\jre1.5.0_06\lib\ext\QTJava.zip CLIENTNAME=Console CommonProgramFiles=C:\Program Files\Common Files COMPUTERNAME=LABTECH3 ComSpec=C:\WINDOWS\system32\cmd.exe DA_SDK=C:\da_sdk FP_NO_HOST_CHECK=NO hlainc=C:\hla\hla\include hlalib=C:\hla\hla\hlalib\hlalib.lib HOMEDRIVE=C: HOMEPATH=\Documents and Settings\rsorrell lib=;C:\hla\hlalib;C:\hla\hlalib;C:\hla\hlalib;C:\hla\hla\hlalib LOGONSERVER=\\PERRY NUMBER_OF_PROCESSORS=2 OS=Windows_NT Path=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C: \Program Files\Common Files\Roxio Shared\DLLShared\;C:\Pr ogram Files\QuickTime\QTSystem\;C:\Program Files\Texas Instruments\CC Essentials 2.0\eclipse\plugins\com.ti.eem.wrapper_ 2.0.0 PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH PROCESSOR_ARCHITECTURE=x86 PROCESSOR_IDENTIFIER=x86 Family 15 Model 6 Stepping 4, GenuineIntel PROCESSOR_LEVEL=15 PROCESSOR_REVISION=0604 ProgramFiles=C:\Program Files PROMPT=$P$G QTJAVA=C:\Program Files\Java\jre1.5.0_06\lib\ext\QTJava.zip RoxioCentral=C:\Program Files\Common Files\Roxio Shared\9.0\Roxio Central33\ SDImgTemp=C:\Program Files\Sharp\Sharpdesk\Temp SESSIONNAME=Console SystemDrive=C: SystemRoot=C:\WINDOWS TEMP=C:\DOCUME~1\rsorrell\LOCALS~1\Temp TMP=C:\DOCUME~1\rsorrell\LOCALS~1\Temp USERDNSDOMAIN=GHUPLINK.COM USERDOMAIN=GHUPLINK USERNAME=rsorrell USERPROFILE=C:\Documents and Settings\rsorrell windir=C:\WINDOWS C:\hla>dir Volume in drive C has no label. Volume Serial Number is 3C1C-0BC7 Directory of C:\hla 06/12/2008 10:44 AM <DIR> . 06/12/2008 10:44 AM <DIR> .. 05/15/2006 07:26 PM 76,288 fasm.exe 01/07/2008 11:58 AM 73,728 fhla.exe 01/07/2008 11:58 AM 73,728 ghla.exe 06/12/2008 10:42 AM <DIR> hla 01/07/2008 11:58 AM 73,728 hla.exe 06/05/2008 11:57 AM <DIR> hlalib 01/07/2008 11:58 AM 1,601,536 hlaparse.exe 06/05/2008 11:57 AM <DIR> include 01/07/2008 11:58 AM 73,728 mhla.exe 01/07/2008 11:58 AM 73,728 ohla.exe 06/10/2004 07:18 PM 74,240 polib.exe 06/18/2004 02:41 AM 137,216 polink.exe 05/19/2004 07:12 PM 53,760 pomake.exe 06/11/2004 07:49 PM 114,688 porc.dll 06/11/2004 07:32 PM 32,256 porc.exe 06/12/2008 04:16 PM <DIR> Projects 01/07/2008 11:58 AM 73,728 thla.exe 06/05/2008 11:57 AM 13,586 unins000.dat 04/14/2003 03:00 AM 71,588 unins000.exe 15 File(s) 2,617,526 bytes 6 Dir(s) 143,569,522,688 bytes free C:\hla>cd projects C:\hla\Projects>set ALLUSERSPROFILE=C:\Documents and Settings\All Users APPDATA=C:\Documents and Settings\rsorrell\Application Data CLASSPATH=.;C:\Program Files\Java\jre1.5.0_06\lib\ext\QTJava.zip CLIENTNAME=Console CommonProgramFiles=C:\Program Files\Common Files COMPUTERNAME=LABTECH3 ComSpec=C:\WINDOWS\system32\cmd.exe DA_SDK=C:\da_sdk FP_NO_HOST_CHECK=NO hlainc=C:\hla\hla\include hlalib=C:\hla\hla\hlalib\hlalib.lib HOMEDRIVE=C: HOMEPATH=\Documents and Settings\rsorrell lib=;C:\hla\hlalib;C:\hla\hlalib;C:\hla\hlalib;C:\hla\hla\hlalib LOGONSERVER=\\PERRY NUMBER_OF_PROCESSORS=2 OS=Windows_NT Path=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C: \Program Files\Common Files\Roxio Shared\DLLShared\;C:\Pr ogram Files\QuickTime\QTSystem\;C:\Program Files\Texas Instruments\CC Essentials 2.0\eclipse\plugins\com.ti.eem.wrapper_ 2.0.0 PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH PROCESSOR_ARCHITECTURE=x86 PROCESSOR_IDENTIFIER=x86 Family 15 Model 6 Stepping 4, GenuineIntel PROCESSOR_LEVEL=15 PROCESSOR_REVISION=0604 ProgramFiles=C:\Program Files PROMPT=$P$G QTJAVA=C:\Program Files\Java\jre1.5.0_06\lib\ext\QTJava.zip RoxioCentral=C:\Program Files\Common Files\Roxio Shared\9.0\Roxio Central33\ SDImgTemp=C:\Program Files\Sharp\Sharpdesk\Temp SESSIONNAME=Console SystemDrive=C: SystemRoot=C:\WINDOWS TEMP=C:\DOCUME~1\rsorrell\LOCALS~1\Temp TMP=C:\DOCUME~1\rsorrell\LOCALS~1\Temp USERDNSDOMAIN=GHUPLINK.COM USERDOMAIN=GHUPLINK USERNAME=rsorrell USERPROFILE=C:\Documents and Settings\rsorrell windir=C:\WINDOWS C:\hla\Projects>dir Volume in drive C has no label. Volume Serial Number is 3C1C-0BC7 Directory of C:\hla\Projects 06/12/2008 04:16 PM <DIR> . 06/12/2008 04:16 PM <DIR> .. 06/12/2008 03:58 PM 0 cd 06/12/2008 03:58 PM 0 dir 06/12/2008 03:58 PM 0 hla 06/12/2008 03:58 PM 0 hlalib 06/12/2008 10:40 AM 145 hw.hla 06/12/2008 03:58 PM 0 include 06/12/2008 03:58 PM 0 Projects 06/12/2008 03:58 PM 0 set 06/12/2008 04:16 PM 59 sometext.txt 9 File(s) 204 bytes 2 Dir(s) 143,569,522,688 bytes free C:\hla\Projects>hla hw.hla 'hla' is not recognized as an internal or external command, operable program or batch file. C:\hla\Projects> This is all that i could think of that you would need to see. thank you again for your time. test professor
From: santosh on 12 Jun 2008 16:35 ronaldsorrell2005(a)yahoo.com wrote: > On Jun 12, 3:27�pm, santosh <santosh....(a)gmail.com> wrote: >> ronaldsorrell2...(a)yahoo.com wrote: >> > On Jun 12, 1:24�pm, Frank Kotler <fbkot...(a)verizon.net> wrote: >> >> ronaldsorrell2...(a)yahoo.com wrote: >> >> > hey every one, i am new to this program and to programing i am >> >> > having problems getting the hla to work. in the command window i >> >> > have: C: \hla> hla -v hw.hla , and hit enter i get what the >> >> > install instructions say under trouble shooting, but the last >> >> > part "Compiling "hw.hla" to "hw.obj"" and on down. what i do get >> >> > there is "Could not open hw.hla" . i hope one of you know what >> >> > my problem is because i really donot know but i am thinking the >> >> > compiler and linker is not working and i have no clue yet on how >> >> > solve this issue. any suggestions? >> >> >> When you type "dir", do you see "hw.hla"? If not, that's your >> >> problem. Some editors insist on saving files as "hw.hla.txt" or >> >> so. Beat the editor into submission, rename it, or simply give HLA >> >> "hla -v hw.hla.txt", if that's the problem. Or change to the >> >> directory where "hw.hla" *does* exist. If HLA is finding "hw.hla" >> >> and it *still* doesn't work, get back to us. >> >> >> You might want to joint the !YAHOO! group: >> >> >>http://tech.groups.yahoo.com/group/aoaprogramming/ >> >> >> In the "Tales out of school" department, some HLA "fans" in this >> >> ng will be amused to hear that someone just posted: >> >> >> "I really don't want to learn Assembly and thats why I am >> >> interested in HLA" >> >> >> At least he knows what he's up against... >> >> >> Best, >> >> Frank >> >> > Ok, this I have done and yes it shows hw.hla in the dir. >> >> > C:\hla> projects>dir (enter) >> >> > date � � � � � � � � <Dir> � � � � � � � � � � � . >> > date � � � � � � � � <Dir> � � � � � � � � � � � .. >> > date � � � � � � � � � � � � � � � � � � � � � � � � 145 hw.hla >> >> > 1 file >> > 2 dir. >> >> > so I am good here? >> >> Have you set up all the HLA environment variables like HLAINC, HLALIB >> and so on? Are the HLA compiler driver and the compiler proper in >> your path? Is the current directory in your path? Show the exact >> commands that you typed (copy-paste, don't retype) and the exact >> output of those commands, upto the point where the first error >> occurs.- Hide quoted text - >> >> - Show quoted text - > > Microsoft Windows XP [Version 5.1.2600] > (C) Copyright 1985-2001 Microsoft Corp. > > C:\hla>set > ALLUSERSPROFILE=C:\Documents and Settings\All Users > APPDATA=C:\Documents and Settings\rsorrell\Application Data > CLASSPATH=.;C:\Program Files\Java\jre1.5.0_06\lib\ext\QTJava.zip > CLIENTNAME=Console > CommonProgramFiles=C:\Program Files\Common Files > COMPUTERNAME=LABTECH3 > ComSpec=C:\WINDOWS\system32\cmd.exe > DA_SDK=C:\da_sdk > FP_NO_HOST_CHECK=NO > hlainc=C:\hla\hla\include > hlalib=C:\hla\hla\hlalib\hlalib.lib > HOMEDRIVE=C: > HOMEPATH=\Documents and Settings\rsorrell > lib=;C:\hla\hlalib;C:\hla\hlalib;C:\hla\hlalib;C:\hla\hla\hlalib > LOGONSERVER=\\PERRY > NUMBER_OF_PROCESSORS=2 > OS=Windows_NT > Path=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C: > \Program Files\Common Files\Roxio Shared\DLLShared\;C:\P > ogram Files\QuickTime\QTSystem\;C:\Program Files\Texas Instruments\CC > Essentials 2.0\eclipse\plugins\com.ti.eem.wrapper > 2.0.0 > PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH > PROCESSOR_ARCHITECTURE=x86 > PROCESSOR_IDENTIFIER=x86 Family 15 Model 6 Stepping 4, GenuineIntel > PROCESSOR_LEVEL=15 > PROCESSOR_REVISION=0604 > ProgramFiles=C:\Program Files > PROMPT=$P$G > QTJAVA=C:\Program Files\Java\jre1.5.0_06\lib\ext\QTJava.zip > RoxioCentral=C:\Program Files\Common Files\Roxio Shared\9.0\Roxio > Central33\ > SDImgTemp=C:\Program Files\Sharp\Sharpdesk\Temp > SESSIONNAME=Console > SystemDrive=C: > SystemRoot=C:\WINDOWS > TEMP=C:\DOCUME~1\rsorrell\LOCALS~1\Temp > TMP=C:\DOCUME~1\rsorrell\LOCALS~1\Temp > USERDNSDOMAIN=GHUPLINK.COM > USERDOMAIN=GHUPLINK > USERNAME=rsorrell > USERPROFILE=C:\Documents and Settings\rsorrell > windir=C:\WINDOWS > > C:\hla>dir > Volume in drive C has no label. > Volume Serial Number is 3C1C-0BC7 > > Directory of C:\hla > > 06/12/2008 10:44 AM <DIR> . > 06/12/2008 10:44 AM <DIR> .. > 05/15/2006 07:26 PM 76,288 fasm.exe > 01/07/2008 11:58 AM 73,728 fhla.exe > 01/07/2008 11:58 AM 73,728 ghla.exe > 06/12/2008 10:42 AM <DIR> hla > 01/07/2008 11:58 AM 73,728 hla.exe > 06/05/2008 11:57 AM <DIR> hlalib > 01/07/2008 11:58 AM 1,601,536 hlaparse.exe > 06/05/2008 11:57 AM <DIR> include > 01/07/2008 11:58 AM 73,728 mhla.exe > 01/07/2008 11:58 AM 73,728 ohla.exe > 06/10/2004 07:18 PM 74,240 polib.exe > 06/18/2004 02:41 AM 137,216 polink.exe > 05/19/2004 07:12 PM 53,760 pomake.exe > 06/11/2004 07:49 PM 114,688 porc.dll > 06/11/2004 07:32 PM 32,256 porc.exe > 06/12/2008 04:16 PM <DIR> Projects > 01/07/2008 11:58 AM 73,728 thla.exe > 06/05/2008 11:57 AM 13,586 unins000.dat > 04/14/2003 03:00 AM 71,588 unins000.exe > 15 File(s) 2,617,526 bytes > 6 Dir(s) 143,569,567,744 bytes free > > C:\hla>cd projects > > C:\hla\Projects>set > ALLUSERSPROFILE=C:\Documents and Settings\All Users > APPDATA=C:\Documents and Settings\rsorrell\Application Data > CLASSPATH=.;C:\Program Files\Java\jre1.5.0_06\lib\ext\QTJava.zip > CLIENTNAME=Console > CommonProgramFiles=C:\Program Files\Common Files > COMPUTERNAME=LABTECH3 > ComSpec=C:\WINDOWS\system32\cmd.exe > DA_SDK=C:\da_sdk > FP_NO_HOST_CHECK=NO > hlainc=C:\hla\hla\include > hlalib=C:\hla\hla\hlalib\hlalib.lib > HOMEDRIVE=C: > HOMEPATH=\Documents and Settings\rsorrell > lib=;C:\hla\hlalib;C:\hla\hlalib;C:\hla\hlalib;C:\hla\hla\hlalib > LOGONSERVER=\\PERRY > NUMBER_OF_PROCESSORS=2 > OS=Windows_NT > Path=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C: > \Program Files\Common Files\Roxio Shared\DLLShared\;C:\P > ogram Files\QuickTime\QTSystem\;C:\Program Files\Texas Instruments\CC > Essentials 2.0\eclipse\plugins\com.ti.eem.wrapper > 2.0.0 > PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH > PROCESSOR_ARCHITECTURE=x86 > PROCESSOR_IDENTIFIER=x86 Family 15 Model 6 Stepping 4, GenuineIntel > PROCESSOR_LEVEL=15 > PROCESSOR_REVISION=0604 > ProgramFiles=C:\Program Files > PROMPT=$P$G > QTJAVA=C:\Program Files\Java\jre1.5.0_06\lib\ext\QTJava.zip > RoxioCentral=C:\Program Files\Common Files\Roxio Shared\9.0\Roxio > Central33\ > SDImgTemp=C:\Program Files\Sharp\Sharpdesk\Temp > SESSIONNAME=Console > SystemDrive=C: > SystemRoot=C:\WINDOWS > TEMP=C:\DOCUME~1\rsorrell\LOCALS~1\Temp > TMP=C:\DOCUME~1\rsorrell\LOCALS~1\Temp > USERDNSDOMAIN=GHUPLINK.COM > USERDOMAIN=GHUPLINK > USERNAME=rsorrell > USERPROFILE=C:\Documents and Settings\rsorrell > windir=C:\WINDOWS > > C:\hla\Projects>dir > Volume in drive C has no label. > Volume Serial Number is 3C1C-0BC7 > > Directory of C:\hla\Projects > > 06/12/2008 04:16 PM <DIR> . > 06/12/2008 04:16 PM <DIR> .. > 06/12/2008 03:58 PM 0 cd > 06/12/2008 03:58 PM 0 dir > 06/12/2008 03:58 PM 0 hla > 06/12/2008 03:58 PM 0 hlalib > 06/12/2008 10:40 AM 145 hw.hla > 06/12/2008 03:58 PM 0 include > 06/12/2008 03:58 PM 0 Projects > 06/12/2008 03:58 PM 0 set > 06/12/2008 04:16 PM 59 sometext.txt > 9 File(s) 204 bytes > 2 Dir(s) 143,569,567,744 bytes free > > C:\hla\Projects>hla hw.hla > 'hla' is not recognized as an internal or external command, > operable program or batch file. The HLA system executables (the files in the C:\hla directory) are not in your search path. You need to add them. You can do: set path=C:\hla;%path% You can put this line as the last line in your autoexec.bat file too. If not, then everytime you open a command prompt to work with HLA, you need to add C:\hla to your path before proceeding. In Windows NT family of systems there is also a GUI method to add directories to your search path, but since it's more than 2 years since I last worked with Windows I don't remember ATM, someone else will be along shortly to tell you the way.
From: ronaldsorrell2005 on 12 Jun 2008 16:56
On Jun 12, 4:35 pm, santosh <santosh....(a)gmail.com> wrote: > ronaldsorrell2...(a)yahoo.com wrote: > > On Jun 12, 3:27 pm, santosh <santosh....(a)gmail.com> wrote: > >> ronaldsorrell2...(a)yahoo.com wrote: > >> > On Jun 12, 1:24 pm, Frank Kotler <fbkot...(a)verizon.net> wrote: > >> >> ronaldsorrell2...(a)yahoo.com wrote: > >> >> > hey every one, i am new to this program and to programing i am > >> >> > having problems getting the hla to work. in the command window i > >> >> > have: C: \hla> hla -v hw.hla , and hit enter i get what the > >> >> > install instructions say under trouble shooting, but the last > >> >> > part "Compiling "hw.hla" to "hw.obj"" and on down. what i do get > >> >> > there is "Could not open hw.hla" . i hope one of you know what > >> >> > my problem is because i really donot know but i am thinking the > >> >> > compiler and linker is not working and i have no clue yet on how > >> >> > solve this issue. any suggestions? > > >> >> When you type "dir", do you see "hw.hla"? If not, that's your > >> >> problem. Some editors insist on saving files as "hw.hla.txt" or > >> >> so. Beat the editor into submission, rename it, or simply give HLA > >> >> "hla -v hw.hla.txt", if that's the problem. Or change to the > >> >> directory where "hw.hla" *does* exist. If HLA is finding "hw.hla" > >> >> and it *still* doesn't work, get back to us. > > >> >> You might want to joint the !YAHOO! group: > > >> >>http://tech.groups.yahoo.com/group/aoaprogramming/ > > >> >> In the "Tales out of school" department, some HLA "fans" in this > >> >> ng will be amused to hear that someone just posted: > > >> >> "I really don't want to learn Assembly and thats why I am > >> >> interested in HLA" > > >> >> At least he knows what he's up against... > > >> >> Best, > >> >> Frank > > >> > Ok, this I have done and yes it shows hw.hla in the dir. > > >> > C:\hla> projects>dir (enter) > > >> > date <Dir> . > >> > date <Dir> .. > >> > date 145 hw.hla > > >> > 1 file > >> > 2 dir. > > >> > so I am good here? > > >> Have you set up all the HLA environment variables like HLAINC, HLALIB > >> and so on? Are the HLA compiler driver and the compiler proper in > >> your path? Is the current directory in your path? Show the exact > >> commands that you typed (copy-paste, don't retype) and the exact > >> output of those commands, upto the point where the first error > >> occurs.- Hide quoted text - > > >> - Show quoted text - > > > Microsoft Windows XP [Version 5.1.2600] > > (C) Copyright 1985-2001 Microsoft Corp. > > > C:\hla>set > > ALLUSERSPROFILE=C:\Documents and Settings\All Users > > APPDATA=C:\Documents and Settings\rsorrell\Application Data > > CLASSPATH=.;C:\Program Files\Java\jre1.5.0_06\lib\ext\QTJava.zip > > CLIENTNAME=Console > > CommonProgramFiles=C:\Program Files\Common Files > > COMPUTERNAME=LABTECH3 > > ComSpec=C:\WINDOWS\system32\cmd.exe > > DA_SDK=C:\da_sdk > > FP_NO_HOST_CHECK=NO > > hlainc=C:\hla\hla\include > > hlalib=C:\hla\hla\hlalib\hlalib.lib > > HOMEDRIVE=C: > > HOMEPATH=\Documents and Settings\rsorrell > > lib=;C:\hla\hlalib;C:\hla\hlalib;C:\hla\hlalib;C:\hla\hla\hlalib > > LOGONSERVER=\\PERRY > > NUMBER_OF_PROCESSORS=2 > > OS=Windows_NT > > Path=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C: > > \Program Files\Common Files\Roxio Shared\DLLShared\;C:\P > > ogram Files\QuickTime\QTSystem\;C:\Program Files\Texas Instruments\CC > > Essentials 2.0\eclipse\plugins\com.ti.eem.wrapper > > 2.0.0 > > PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH > > PROCESSOR_ARCHITECTURE=x86 > > PROCESSOR_IDENTIFIER=x86 Family 15 Model 6 Stepping 4, GenuineIntel > > PROCESSOR_LEVEL=15 > > PROCESSOR_REVISION=0604 > > ProgramFiles=C:\Program Files > > PROMPT=$P$G > > QTJAVA=C:\Program Files\Java\jre1.5.0_06\lib\ext\QTJava.zip > > RoxioCentral=C:\Program Files\Common Files\Roxio Shared\9.0\Roxio > > Central33\ > > SDImgTemp=C:\Program Files\Sharp\Sharpdesk\Temp > > SESSIONNAME=Console > > SystemDrive=C: > > SystemRoot=C:\WINDOWS > > TEMP=C:\DOCUME~1\rsorrell\LOCALS~1\Temp > > TMP=C:\DOCUME~1\rsorrell\LOCALS~1\Temp > > USERDNSDOMAIN=GHUPLINK.COM > > USERDOMAIN=GHUPLINK > > USERNAME=rsorrell > > USERPROFILE=C:\Documents and Settings\rsorrell > > windir=C:\WINDOWS > > > C:\hla>dir > > Volume in drive C has no label. > > Volume Serial Number is 3C1C-0BC7 > > > Directory of C:\hla > > > 06/12/2008 10:44 AM <DIR> . > > 06/12/2008 10:44 AM <DIR> .. > > 05/15/2006 07:26 PM 76,288 fasm.exe > > 01/07/2008 11:58 AM 73,728 fhla.exe > > 01/07/2008 11:58 AM 73,728 ghla.exe > > 06/12/2008 10:42 AM <DIR> hla > > 01/07/2008 11:58 AM 73,728 hla.exe > > 06/05/2008 11:57 AM <DIR> hlalib > > 01/07/2008 11:58 AM 1,601,536 hlaparse.exe > > 06/05/2008 11:57 AM <DIR> include > > 01/07/2008 11:58 AM 73,728 mhla.exe > > 01/07/2008 11:58 AM 73,728 ohla.exe > > 06/10/2004 07:18 PM 74,240 polib.exe > > 06/18/2004 02:41 AM 137,216 polink.exe > > 05/19/2004 07:12 PM 53,760 pomake.exe > > 06/11/2004 07:49 PM 114,688 porc.dll > > 06/11/2004 07:32 PM 32,256 porc.exe > > 06/12/2008 04:16 PM <DIR> Projects > > 01/07/2008 11:58 AM 73,728 thla.exe > > 06/05/2008 11:57 AM 13,586 unins000.dat > > 04/14/2003 03:00 AM 71,588 unins000.exe > > 15 File(s) 2,617,526 bytes > > 6 Dir(s) 143,569,567,744 bytes free > > > C:\hla>cd projects > > > C:\hla\Projects>set > > ALLUSERSPROFILE=C:\Documents and Settings\All Users > > APPDATA=C:\Documents and Settings\rsorrell\Application Data > > CLASSPATH=.;C:\Program Files\Java\jre1.5.0_06\lib\ext\QTJava.zip > > CLIENTNAME=Console > > CommonProgramFiles=C:\Program Files\Common Files > > COMPUTERNAME=LABTECH3 > > ComSpec=C:\WINDOWS\system32\cmd.exe > > DA_SDK=C:\da_sdk > > FP_NO_HOST_CHECK=NO > > hlainc=C:\hla\hla\include > > hlalib=C:\hla\hla\hlalib\hlalib.lib > > HOMEDRIVE=C: > > HOMEPATH=\Documents and Settings\rsorrell > > lib=;C:\hla\hlalib;C:\hla\hlalib;C:\hla\hlalib;C:\hla\hla\hlalib > > LOGONSERVER=\\PERRY > > NUMBER_OF_PROCESSORS=2 > > OS=Windows_NT > > Path=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C: > > \Program Files\Common Files\Roxio Shared\DLLShared\;C:\P > > ogram Files\QuickTime\QTSystem\;C:\Program Files\Texas Instruments\CC > > Essentials 2.0\eclipse\plugins\com.ti.eem.wrapper > > 2.0.0 > > PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH > > PROCESSOR_ARCHITECTURE=x86 > > PROCESSOR_IDENTIFIER=x86 Family 15 Model 6 Stepping 4, GenuineIntel > > PROCESSOR_LEVEL=15 > > PROCESSOR_REVISION=0604 > > ProgramFiles=C:\Program Files > > PROMPT=$P$G > > QTJAVA=C:\Program Files\Java\jre1.5.0_06\lib\ext\QTJava.zip > > RoxioCentral=C:\Program Files\Common Files\Roxio Shared\9.0\Roxio > > Central33\ > > SDImgTemp=C:\Program Files\Sharp\Sharpdesk\Temp > > SESSIONNAME=Console > > SystemDrive=C: > > SystemRoot=C:\WINDOWS > > TEMP=C:\DOCUME~1\rsorrell\LOCALS~1\Temp > > TMP=C:\DOCUME~1\rsorrell\LOCALS~1\Temp > > USERDNSDOMAIN=GHUPLINK.COM > > USERDOMAIN=GHUPLINK > > USERNAME=rsorrell > > USERPROFILE=C:\Documents and Settings\rsorrell > > windir=C:\WINDOWS > > > C:\hla\Projects>dir > > Volume in drive C has no label. > > Volume Serial Number is 3C1C-0BC7 > > > Directory of C:\hla\Projects > > > 06/12/2008 04:16 PM <DIR> . > > 06/12/2008 04:16 PM <DIR> .. > > 06/12/2008 03:58 PM 0 cd > > 06/12/2008 03:58 PM 0 dir > > 06/12/2008 03:58 PM 0 hla > > 06/12/2008 03:58 PM 0 hlalib > > 06/12/2008 10:40 AM 145 hw.hla > > 06/12/2008 03:58 PM 0 include > > 06/12/2008 03:58 PM 0 Projects > > 06/12/2008 03:58 PM 0 set > > 06/12/2008 04:16 PM 59 sometext.txt > > 9 File(s) 204 bytes > > 2 Dir(s) 143,569,567,744 bytes free > > > C:\hla\Projects>hla hw.hla > > 'hla' is not recognized as an internal or external command, > > operable program or batch file. > > The HLA system executables (the files in the C:\hla directory) are not > in your search path. You need to add them. You can do: > > set path=C:\hla;%path% > > You can put this line as the last line in your autoexec.bat file too. If > not, then everytime you open a command prompt to work with HLA, you > need to add C:\hla to your path before proceeding. In Windows NT family > of systems there is also a GUI method to add directories to your search > path, but since it's more than 2 years since I last worked with Windows > I don't remember ATM, someone else will be along shortly to tell you > the way.- Hide quoted text - > > - Show quoted text - Ok, now it works fine. really do not fully understand what all you have said above, but at least now I can work in the book and learn more about this stuff. thank you. I would hope some one else will come alone and help me with the final setup. My lap top at home has Vista ultima, well this run the same way on there as it does here or is there somthing defferent? Thank you again. Test professor |