[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.cdt] upgraded from CDT 3.* to 6.0.0 now get linker error... cannot find 'ld'?

Hi,

I need some help. I've upgraded my version of eclipse and with it cdt to version 6. Now when I try and build a managed make project in the IDE that worked before, I get "collect2: cannot find 'ld'" as the only error of the build. ld is in the normal place (/usr/bin/ld) but the build will not work.

If I open a console and run make, it builds and links fine.

I'm using Fedora core 9, Eclipse 3.5.0, and cdt 6.0.0.

My project was updated from cdt 3.something to 6.0 the first time I opened it after upgrading eclipse.