PropGCC: Updated Packages?
SRLM
Posts: 5,045
Hi, Are there any plans for updated packages for PropGCC? The current packages on the downloads page are pretty old, especially since the build is broken.
Latest Propgcc Packages:
Windows: June 1 2013
Mac: May 17 2013
Linux: June 2012
As you can see, they're at least 5 months old for Windows and 17 months old for Linux.
Latest Propgcc Packages:
Windows: June 1 2013
Mac: May 17 2013
Linux: June 2012
As you can see, they're at least 5 months old for Windows and 17 months old for Linux.
Comments
I have a thread on that here: http://forums.parallax.com/showthread.php/151005-PropGCC-build-fails-on-Ubuntu-13.10
Since I need to do some programming, I'm looking into it right now. It seems to be an issue with binutils being out of date.
It seems that the new version of texinfo changed some of the syntax. For example, @colophon and @cygnus now need to be @@colophon and @@cygnus. That was the easy part. After that there seems to be more syntax errors that pop up. Right now I'm looking at disabling doc building entirely. Do we really need them? Unless it's for the man pages, I don't think so.
I don't know. I'm going through right now and letting it build, and every time it fails diff'ing the failed bit against the current GCC sources. So far I've found 4 things that need to be changed in the PropGCC source in order to build. There may be more, but I have to try rebuilding on every change (currently fails at 7 minutes, out of a 20 min build on my machine).
Maybe. I'll list the changes, and somebody with an older version will have to try it out.
It may be just that the new version is more strict. Most of the errors are "Require @item before @itemx" (and most of the original PropGCC is "@itemx ... @itemx").
Yay! That's one of my PropGCC questions that I have on a yellow sticky. I'm looking forward to 4.8.
Also, it would be good if there was an automatic method of updating binutils and gcc with the Propeller specific things. Doing the whole build/debug cycle is about a 30 minute process to get the updates.
Are there any plans to integrate the Propeller GCC stuff into the main GCC repository?
It seems like it will fix it. Everything that I copied over from the mainline distributions was already updated.
I think it will be quite a bit of work to upgrade the versions, since the Propeller specific stuff seems to be integrated pretty tightly into many files. Is there any plans to contribute PropGCC back to the main GCC?