Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Can anyone help me patch/upgrade Eclipse Helios so it works correctly on a 64bit Windows 7 system ?(I am trying to get an Altera NiosII compiler package that includes Eclipse Helios to work on a 64bit system.)
Can anyone help me patch/upgrade Eclipse Helios so it works correctly on a 64bit Windows 7 system ? [message #856713] Wed, 25 April 2012 23:23 Go to next message
Beau Webber is currently offline Beau WebberFriend
Messages: 6
Registered: April 2012
Junior Member
> Hi,
> I am a long-time c (scripting) and Altera hardware user, and have just
> come to the Eclipse installation that the latest version of Altera's
> NiosII download installs.

I have a number of problems even with the simple Hello World examples (no output from run, debugger does not launch, connection to fpga upload fails) Screen-shots at :
http: //www.eclipse.org/forums/index.php/t/339481/

These are possibly according to
https: //bugs.eclipse.org/bugs/show_bug.cgi?id=236330#attach_104231
related to the fact I am working on a Windows 7 (64 bit) system.
I believe a fix for the above is given in the following forum item :
https: //bugs.eclipse.org/bugs/show_bug.cgi?id=236330

As I say, I am very new to IDEs and to Eclipse in particular - can anyone tell me what I do with the files I unpack from the org.eclipse.cdt.repo.zip file that this points to, or suggest some other fix ?

1) I have tried removing earlier versions and re-installing on C:
2) adding D:\altera\11.1sp2\quartus\bin\cygwin\bin to PATH
I have tried the following suggested fixes to get output on the Console :
3) compile C not C++ ;
4) This is a well known problem with the console output of Eclipse on Windows. There are two possible workarounds:
- add fflush() after every printf/scanf
(actually fflush(stdout); )
- add the following command in your main routine
setvbuf(stdout, NULL, _IONBF, 0);
setvbuf(stderr, NULL, _IONBF, 0);
This will disable the console buffering.
5) also added \n to printf statements.

none of this has helped.

The Altera download installs and configures :
Eclipse IDE for C/C++ Developers
Version: Helios Service Release 2
Build id: 20110301-1815

Any suggestions how I can install a more recent (64bit compatible) version without losing all the Altera configuration info ?
cheers,
Beau Webber
Re: Can anyone help me patch/upgrade Eclipse Helios so it works correctly on a 64bit Windows 7 syste [message #856752 is a reply to message #856713] Thu, 26 April 2012 00:18 Go to previous message
Beau Webber is currently offline Beau WebberFriend
Messages: 6
Registered: April 2012
Junior Member
Actually I believe there are a set of three downloads for the patch, pointed to by :
Class Replacement for WindowsRegistry (3.78 KB, application/zip)
2008-06-09 19:08 EDT, Enrico Ehrich
https: //bugs.eclipse.org/bugs/attachment.cgi?id=104231
I just do not know what to do with them ....
Previous Topic:Eclipse won't find libpqxx types in windows
Next Topic:how would i run a function when a user make changes to the Environment Variable of a C++ Project
Goto Forum:
  


Current Time: Fri Apr 19 05:40:55 GMT 2024

Powered by FUDForum. Page generated in 0.01663 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top