HomeForumsWhat's newResources 
 
 
GNUSH news
antime - Apr 8, 2003

 1  2  3  4  Next> 

 antime Apr 8, 2003
GNUSH... v0302 was recently released. The biggest change is that the compiler is based on a prerelease version of GCC 3.3. Binutils and newlib have also been upgraded to versions 2.13.2.1 and 1.11.0, respectively.

On a related note, the semiconductor divisions of Hitachi and Mitsubishi have merged, and the resulting company is called Renesas... so go there if you seek SH related information.

 vbt Apr 8, 2003
Great , is there a way to use it easily to compile Saturn prog ? It must produce a faster code than the old GCC compiler for Saturn.

 vbt Jun 23, 2003
After a second request to register on KPIT I received my password now I can try a new GCC

 antime Jul 1, 2003
GNUSH v303 was released today. It features the same versions of the toolchain components (though I assume GCC has been upgraded to release-3.3) but some bugs have been fixed.

 Reinhart Jul 18, 2003
I just don't get what the signification of the 'COFF' and 'ELF', as seen in coff version of the gnush ...

I'm just curious ...

 antime Jul 18, 2003
COFF stands for "Common Object File Format" and ELF stands for "Executable and Linkable Format". Basically they're two different file formats for object files. COFF is older, which is why you'll see it in many legacy environments. Microsoft also use their own variant, called PE COFF (Portable Executable COFF). ELF has various advantages and is favoured by more modern systems.

Which of the GNUSH toolchains you want depends mainly on whether you want to use SGL/SBL or not. The precompiled libraries are in COFF format, and while you may be able to convert them to ELF with objcopy it's an unnecessary step.

 Reinhart Jul 18, 2003
Thanks.

This was just a question to improve my 'computer culture'

I first believed it was linux specific ... but it doesn't seem to be the case.

I should give a closer look at all those things.

Regarding the GNUSH toolchains, I have downloaded the coff package as stated in other threads .

 vbt Jul 21, 2003
It's my turn for a question :

what are the best op-tion to make fast code with gnush ?

 antime Jul 21, 2003
Use the -O2 flag, anything higher than that is either ignored or likely to produce broken code. GCC also has many switches that control optimization..., but you have to experiment to find those that actually work and improve performance.

In GNUSH related news, you can now download Renesas' HEW 2.2 which is the newest version of the IDE. Props to Renesas and KPIT for that!

 vbt Sep 2, 2003
For your information there is a new GNUSH 3.03 called second released, I don't know where are the changes but it seems I missed it, it was released on 25/07.

 antime Sep 2, 2003
The fixes in the second release are mostly related to HEW integration, see the end of the release notes.... I just didn't think the updates were worth mentioning.

 vbt Sep 3, 2003
Ok, sorry

 antime Oct 1, 2003
v0304 was released today. GCC 3.3.1, binutils 2.14 and newlib based on a snapshot dated 21-Aug-2003. The toolchain has also moved to a new domain, kpitgnutools.com....

 antime Feb 2, 2004
v0401 is out now. GCC 3.3 December snapshot, binutils 2.14 and a December snapshot of newlib. The free version of Renesas' HEW has also been upgraded to v3!

 antime Jun 1, 2004
v0402..., GCC 3.4, binutils 2.14, newlib 1.12.0.

 dhau Jun 1, 2004
This is great! Thanks to Indian gurus for supporting this super fantastic GNU toolchain!

 Alexvrb Jun 2, 2004

  
	
	
Originally posted by antime@Feb 2, 2004 @ 10:34 AM

v0401 is out now. GCC 3.3 December snapshot, binutils 2.14 and a December snapshot of newlib. The free version of Renesas' HEW has also been upgraded to v3!


There's a free version of HEW? What compiler does it come with?

 antime Jun 2, 2004
None, but the gnush installer can integrate the compiler into the IDE.

 antime Oct 1, 2004
v0403 is out, with GCC 3.4.2, binutils 2.15 and newlib 1.12.0. More info in the release notes....

 antime Feb 4, 2005
v0501 was released today. GCC 3.4.3, binutils 2.15 and newlib 1.12.0.

 1  2  3  4  Next>