Help! every time it try to comile I get this an error message. I am trying to compile one of the demo files.
c:\mingw32\doc\gpc\demos>gpc --automake pi.pa -o pi gpc.exe: intallation problem, cannot exec 'as': No such file or directory
I am running windows 98. when I do a a trace I get this.
INGW32__ -DWINNT -D_X86_=1 -D__STDC__=1 -D__stdcall=__attribute__((__stdcall__ -D__cdecl=__attribute__((__cdecl__)) -D__OS_DOS__=1 -D__i386__ -D_WIN32
-D__W 32__ -D__WIN32__ -D__MINGW32__ -D__WINNT__ -D_X86_=1 -D__STDC__=1 -D__stdcall= attribute__((__stdcall__)) -D__cdecl=__attribute__((__cdecl__)) -D__OS_DOS__=1 D__i386 -D__WIN32 -D__WINNT -Asystem(winnt) -Acpu(i386) -Amachine(i386) -D__BI _LITTLE_ENDIAN__=1 -D__BYTES_LITTLE_ENDIAN__=1 -D__WORDS_LITTLE_ENDIAN__=1 -re p -Di386 -Asystem(unix) -Acpu(i386) -Amachine(i386) -D__i386__ -Asystem(unix) cpu(i386) -Amachine(i386) \mingw32\lib\gcc-lib\i386-mingw32\2.8.1\units\gpc.pa -o c:\windows\TEMP\cc587659.exe GNU CPP version 2.8.1 (80386, BSD syntax) #include "..." search starts here: #include <...> search starts here: /usr/local/include /mingw32/i386-mingw32/include /mingw32/lib/gcc-lib/i386-mingw32/2.8.1/include /usr/mingw32/include End of search list. GPC AutoMake: done GPC AutoMake: C:\MINGW32\BIN\GPC.EXE --automake -v --amtmpfile=c:\windows\TEMP c582799.gpc -M \mingw32\lib\gcc-lib\i386-mingw32\2.8.1\units\gmp.pas -o c:\win ws\TEMP\cc587659 Reading specs from \mingw32\lib\gcc-lib\i386-mingw32\2.8.1\specs gpc version 19990118, based on gcc-2.8.1 \mingw32\lib\gcc-lib\i386-mingw32\2.8.1\gpc-cpp.exe -lang-pascal -v -nochares pe -D__GNU_PASCAL__ -M -undef -D__GNUC__=2 -D__GNUC_MINOR__=8 -D__GPC__=2 -D__ C_MINOR__=0 -D__GPC_RELEASE__=19990118 -Di386 -D_WIN32 -DWIN32 -D__WIN32__ -D_ INGW32__ -DWINNT -D_X86_=1 -D__STDC__=1 -D__stdcall=__attribute__((__stdcall__ -D__cdecl=__attribute__((__cdecl__)) -D__OS_DOS__=1 -D__i386__ -D_WIN32
-D__W 32__ -D__WIN32__ -D__MINGW32__ -D__WINNT__ -D_X86_=1 -D__STDC__=1 -D__stdcall= attribute__((__stdcall__)) -D__cdecl=__attribute__((__cdecl__)) -D__OS_DOS__=1 D__i386 -D__WIN32 -D__WINNT -Asystem(winnt) -Acpu(i386) -Amachine(i386) -D__BI _LITTLE_ENDIAN__=1 -D__BYTES_LITTLE_ENDIAN__=1 -D__WORDS_LITTLE_ENDIAN__=1 -re p -Di386 -Asystem(unix) -Acpu(i386) -Amachine(i386) -D__i386__ -Asystem(unix) cpu(i386) -Amachine(i386) \mingw32\lib\gcc-lib\i386-mingw32\2.8.1\units\gmp.pa -o c:\windows\TEMP\cc587659.exe GNU CPP version 2.8.1 (80386, BSD syntax) #include "..." search starts here: #include <...> search starts here: /usr/local/include /mingw32/i386-mingw32/include /mingw32/lib/gcc-lib/i386-mingw32/2.8.1/include /usr/mingw32/include End of search list. GPC AutoMake: done as -o c:\windows\TEMP\cc5827991.o c:\windows\TEMP\cc582799.s GPC.EXE: installation problem, cannot exec `as': No such file or directory
Whats all this about 'as' file or directory??
Kevin
On 7 Aug 99, at 8:52, kevin williams wrote:
Help! every time it try to comile I get this an error message. I am trying to compile one of the demo files.
c:\mingw32\doc\gpc\demos>gpc --automake pi.pa -o pi gpc.exe: intallation problem, cannot exec 'as': No such file or directory
[...]
Whats all this about 'as' file or directory??
'as' is one of the GNU tools (assembler, I think). You need to download the GNU tools for mingw32.
Best regards, The Chief -------- Dr. Abimbola A. Olowofoyeku (The African Chief) Email: laa12@keele.ac.uk Homepage: http://ourworld.compuserve.com/homepages/African_Chief/ Author of: Chief's Installer Pro v5.12 for Win32 ftp://ftp.simtel.net/pub/simtelnet/win95/install/chief512.zip
The African Chief wrote:
On 7 Aug 99, at 8:52, kevin williams wrote: [...]
Whats all this about 'as' file or directory??
'as' is one of the GNU tools (assembler, I think). You need to download the GNU tools for mingw32.
It belongs to the `gas' package.
Peter