Friday, 10 April 2020

Re: [gccsdk] Building GCC 8

In article <a589bcf3-4f02-b7ed-d17e-47c90108ca0d@sky.com>,

> > Otherwise the native build looks to have completed.
> >
> > On the Titanium the gcc8 native build can report its version.
> >
> > *gcc --version
> > gcc (GCCSDK GCC 8.2.0 Release 1) 8.2.0
> >
> > But actual compiles fail.
> >
> > *gcc -c helloworld.c
> > ADFS::Titan4.$.Work.Proj.gcc8-r7302.!GCC.bin.as: can't load library
> > 'libz.so.1'
> > *
> >
> > There are no libz SharedLibs files.

> zlib1g should have been built as a dependency of gcc, but in the
> absence of a package manager, you'll have to install it yourself.
> You should find a zip package for it at:

> autobuilder/autobuilder_packages/arm/Library/zlib1g_1.2.8-3.zip

> If not, then there is something amiss.

I did a quick test of the GCC 8 native fortran compiler and it produced
working executables.

I had to name the file prime/f90 to get it build. Not sure if it needs
adding to sfix in the !Run file.


_______________________________________________
GCCSDK mailing list gcc@gccsdk.riscos.info
Bugzilla: http://www.riscos.info/bugzilla/index.cgi
List Info: http://www.riscos.info/mailman/listinfo/gcc
Main Page: http://www.riscos.info/index.php/GCCSDK

No comments:

Post a Comment