2009-01-12 21:56:51 Eclipse Toolchain Visibility
David Welch (UNITED STATES)
Message: 67834
I've successfully installed Eclipse Granymede v3.4 for C/C++ on both the Mac OSX and Ubuntu 8.1 Linux systems. I've also successfully loaded the Blackfin plugins to both systems, and confirmed the installation by seeing the plugin's as installed packages in the plugin inventory through Help-->Software Update menu item.
The issue is the Blackfin toolchain is not visible when setting up a C project through the wizard. BTW the documentation on this site for Eclipse appears to be for a prior version: http://docs.blackfin.uclinux.org/doku.php?id=toolchain:eclipse
Any ideas what's wrong?
Thank you,
-David
QuoteReplyEditDelete
2009-01-12 22:04:42 Re: Eclipse Toolchain Visibility
David Welch (UNITED STATES)
Message: 67835
Here's a couple of screen shots that show the available Toolchains and installed plugins. -David
EclipsePlugins.jpg
EclipsePic.jpg
QuoteReplyEditDelete
2009-01-12 22:11:59 Re: Eclipse Toolchain Visibility
Mike Frysinger (UNITED STATES)
Message: 67837
if you dont set your PATH properly, then the toolchain wont be found. there's no way for the plugins to automatically find the toolchain where ever the user installed it.
QuoteReplyEditDelete
2009-01-13 00:02:32 Re: Eclipse Toolchain Visibility
David Welch (UNITED STATES)
Message: 67841
Thanks again Mike. Got the Toolchain path now set correctly. -David
QuoteReplyEditDelete
2009-01-13 06:35:06 Re: Eclipse Toolchain Visibility
Mike Frysinger (UNITED STATES)
Message: 67867
unfortunately there doesnt appear to be a way to communicate this requirement to users from inside eclipse and so it's common for people to miss it