cudafe crashing

I’m trying to build CUDPP (http://www.gpgpu.org/developer/cudpp/) using CUDA 2.1 on Fedora 10. When I run the makefile, the compiler crashes:

[root@localhost cudpp]# make
nvcc error : ‘cudafe’ died due to signal 11 (Invalid memory reference)

Any idea what’s causing this, or what I can do about it?

Peter

I take it no one has any idea about this? :(

Peter

Fedora10 isn’t currently supported. Does this reproduce with a supported Linux distribution?

No idea - this is the only one I have.

I Fedora 10 likely to be supported soon?

Peter

Hi,

If you are using CUDPP, I recommend that you read the CUDPP Google Group to stay up-to-date on known issues. I announced this problem with CUDA 2.1 on November 20th on the group: [url=“http://groups.google.co.uk/group/cudpp/browse_thread/thread/8a9ce203e8dbbef4”]http://groups.google.co.uk/group/cudpp/bro...a9ce203e8dbbef4[/url]

That post also describes a workaround.

Thanks,
Mark

Thank you! That was exactly what I needed.

Peter