Thursday, 13 August 2020

Re: [gccsdk] GCC 10.2

On 13/08/2020 07:47, David Pitt wrote:
> In message <3f514a44-f68f-aab8-826b-6be5c5d87282@sky.com>
> Lee Noar <lee.noar@sky.com> wrote:
>
>> On 11/08/2020 21:11, Chris Gransden wrote:
>
> [snip - building GCC 10.2]
>
>>> Everything builds and seems to run OK without it.
>
>> OK, thanks, seems pretty stable here too.
>
> I have found one issue when compiling a simple C++ "Hello World".
>
> /* The simple Hello World application. */
>
> #include <iostream>
>
> int main (void)
> {
> std::cout << "Hello World" << std::endl;
> return 0;
> }
>
> This source is attached.
>
> It errors about a missing file.

OK, thanks, there were some file copying mistakes, particularly
with tcc header files that I've now fixed with r7373.
I've also disabled diagnostic colouring by default so that errors are
easier to read.

Thanks,
Lee.

_______________________________________________
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