Cuda SDK Compile problems

So I am pretty new to this but I did search and can’t seem to find a good answer. When I try to compile the latest cuda SDK I get this error:

make[1]: Entering directory `/export/cuda-sdk4/shared'

make[1]: Leaving directory `/export/cuda-sdk4/shared'

make[1]: Entering directory `/export/cuda-sdk4/C'

make[2]: Entering directory `/export/cuda-sdk4/C/common'

make[2]: Leaving directory `/export/cuda-sdk4/C/common'

make[2]: Entering directory `/export/cuda-sdk4/C/common'

make[2]: Leaving directory `/export/cuda-sdk4/C/common'

make[2]: Entering directory `/export/cuda-sdk4/C/common'

make[2]: Leaving directory `/export/cuda-sdk4/C/common'

make[2]: Entering directory `/export/cuda-sdk4/shared'

make[2]: Leaving directory `/export/cuda-sdk4/shared'

make[2]: Entering directory `/export/cuda-sdk4/C/src/simpleTextureDrv'

make[2]: Leaving directory `/export/cuda-sdk4/C/src/simpleTextureDrv'

make[2]: Entering directory `/export/cuda-sdk4/C/src/asyncAPI'

nvcc fatal   : Unsupported gpu architecture 'compute_30'

make[2]: *** [obj/x86_64/release/asyncAPI.cu.o] Error 255

make[2]: Leaving directory `/export/cuda-sdk4/C/src/asyncAPI'

make[1]: *** [src/asyncAPI/Makefile.ph_build] Error 2

make[1]: Leaving directory `/export/cuda-sdk4/C'

make: *** [all] Error 2

It’s really confusing me and I wonder if anyone here has any ideas? Is the card I have no longer supported?

The Cuda tool kit I am using is 4.2.9 and here is the card info:

| NVIDIA-SMI 3.295.49   Driver Version: 295.49         |                       

|-------------------------------+----------------------+----------------------+

| Nb.  Name                     | Bus Id        Disp.  | Volatile ECC SB / DB |

| Fan   Temp   Power Usage /Cap | Memory Usage         | GPU Util. Compute M. |

|===============================+======================+======================|

| 0.  Tesla C2050               | 0000:03:00.0  Off    |         0          0 |

|  30%   59 C  P0    N/A /  N/A |   0%    6MB / 2687MB |    0%     Default    |

|-------------------------------+----------------------+----------------------|

| Compute processes:                                               GPU Memory |

|  GPU  PID     Process name                                       Usage      |

|=============================================================================|

|  No running compute processes found                                         |

+-----------------------------------------------------------------------------+

Also… just in case cause I have seen a few people say about the version of nvcc:

[B@tman cuda-sdk]# nvcc --version

nvcc: NVIDIA (R) Cuda compiler driver

Copyright (c) 2005-2012 NVIDIA Corporation

Built on Thu_Apr__5_00:24:31_PDT_2012

Cuda compilation tools, release 4.2, V0.2.1221

Ok! I am officially stupid.

The problem was I installed the cuda SDK before I updated the cuda toolkit!

Now I am seeing a whole new error! Which is an improvement.