cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

Atmapuri
Journeyman III

Internal errors problem....

Hi!

I installed latest version of AMD APP and if you try any basic kernel like

void __kernel test() {}

I get error reported

Internal error: as failed

I started as.exe and printed out process explorer dll loaded list:

Process: as.exe Pid: 4664

Name    Description    Company Name    Version
advapi32.dll    Advanced Windows 32 Base API    Microsoft Corporation    6.1.7601.17514
apisetschema.dll    ApiSet Schema DLL    Microsoft Corporation    6.1.7600.16385
as.exe           
cfgmgr32.dll    Configuration Manager DLL    Microsoft Corporation    6.1.7601.17621
cryptbase.dll    Base cryptographic API DLL    Microsoft Corporation    6.1.7600.16385
detoured.dll           
devobj.dll    Device Information Set DLL    Microsoft Corporation    6.1.7601.17621
gdi32.dll    GDI Client DLL    Microsoft Corporation    6.1.7601.17514
imm32.dll    Multi-User Windows IMM32 API Client DLL    Microsoft Corporation    6.1.7601.17514
kernel32.dll    Windows NT BASE API Client DLL    Microsoft Corporation    6.1.7601.17651
KernelBase.dll    Windows NT BASE API Client DLL    Microsoft Corporation    6.1.7601.17651
locale.nls           
lpk.dll    Language Pack    Microsoft Corporation    6.1.7600.16385
msctf.dll    MSCTF Server DLL    Microsoft Corporation    6.1.7600.16385
msvcrt.dll    Windows NT CRT DLL    Microsoft Corporation    7.0.7600.16385
ntdll.dll    NT Layer DLL    Microsoft Corporation    6.1.7601.17514
ntdll.dll    NT Layer DLL    Microsoft Corporation    6.1.7601.17514
Nvd3d9wrap.dll    NVIDIA Compatible NVIDIA d3d9wrap dll, Version 268.71     NVIDIA Corporation    8.17.12.6871
nvdxgiwrap.dll    NVIDIA Compatible NVIDIA dxgiwrap dll, Version 268.71     NVIDIA Corporation    8.17.12.6871
nvinit.dll    NVIDIA Compatible NVIDIA shim initialization dll, Version 268.71     NVIDIA Corporation    8.17.12.6871
ole32.dll    Microsoft OLE for Windows    Microsoft Corporation    6.1.7601.17514
oleaut32.dll        Microsoft Corporation    6.1.7601.17567
rpcrt4.dll    Remote Procedure Call Runtime    Microsoft Corporation    6.1.7601.17514
sechost.dll    Host for SCM/SDDL/LSA Lookup APIs    Microsoft Corporation    6.1.7600.16385
setupapi.dll    Windows Setup API    Microsoft Corporation    6.1.7601.17514
sspicli.dll    Security Support Provider Interface    Microsoft Corporation    6.1.7601.17514
user32.dll    Multi-User Windows USER API Client DLL    Microsoft Corporation    6.1.7601.17514
usp10.dll    Uniscribe Unicode script processor    Microsoft Corporation    1.626.7601.17514
wow64.dll    Win32 Emulation on NT64    Microsoft Corporation    6.1.7601.17651
wow64cpu.dll    AMD64 Wow64 CPU     Microsoft Corporation    6.1.7601.17651
wow64win.dll    Wow64 Console and Win32 API Logging    Microsoft Corporation    6.1.7601.17651

Is there anything that could be fixed here?

Is CPU target still supported?

Thanks!
Atmapuri

0 Likes
1 Reply
andre_mussche
Journeyman III

I (quick) fixed this same problem by copying the following files in the same directory as my own .exe:

 

c:\Program Files (x86)\AMD APP\bin\x86_64\as.exe
c:\Program Files (x86)\AMD APP\bin\x86_64\ld.exe

 

So I think it is some kind of path environmental variable problem...
(however, c:\Program Files (x86)\AMD APP\bin\x86_64 is added to the "path" variable of Win7?) 



0 Likes