PropGCC build issues
David Betz
Posts: 14,516
in Propeller 1
I'm moving the discussion of building PropGCC to a new thread to avoid polluting Ross's Catalina thread.
DavidZemon: Do you use the "fix-xcode-warnings.sh" script when building the Linux or Windows version of the propeller-gcc repository? It was originally only needed for the Mac builds. If it's use for other builds maybe it should be renamed.
DavidZemon: Do you use the "fix-xcode-warnings.sh" script when building the Linux or Windows version of the propeller-gcc repository? It was originally only needed for the Mac builds. If it's use for other builds maybe it should be renamed.
Comments
The build-process ended with the known Issue 78.
Is there any known effort to update to a more modern GCC version or at least fix the building-issues? The last changes are 4 years old, while GCC makes progress quiet fast.
Or is this project dead and just kept online for legacy reasons?
See https://forums.parallax.com/discussion/168418/building-propgcc-with-docker
Don't know suse very well, but perhaps this will help you: https://forums.parallax.com/discussion/168418/building-propgcc-with-docker
And if not, then maybe you'd be content running all tools from the command line? https://hub.docker.com/r/davidzemon/propworld
In my memory building binutils has always been problematic on macOS. There's always some workaround to get a complete PropGCC build.
Any ideas before I jump into the binutils directory and start debugging?
dgately
Looks like that gcc version that builds is 6.0.0. That is expected, correct?
dgately
Edit: I just noticed that the propeller-gcc repository currently builds gcc4. I've changed my local copy to gcc6 and am attempting a build. If that works, I'll check that version into GitHub.