Strange compile error

I’m getting a really strange error trying to compile my project on XP under Visual Studio 8 using CUDA 2.3:

[codebox]Signal: caught in Global Optimization – New PRE: Build initial occurrence lists phase.

(0): Error: Signal caught in phase Global Optimization – New PRE: Build initial occurrence lists – processing aborted

nvopencc ERROR: C:\CUDA\bin/…/open64/lib//be.exe returned non-zero status 3[/codebox]

The same project compiles without problem using Visual Studio 9, as well as on Mac and Linux. Does anyone have an idea what this might mean?

Peter