In article <e486316a-7ff0-d967-36db-3ca65207a...@sky.com>, Lee Noar <lee.n...@sky.com> wrote:
> 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. I built 4.7.4 Rel 5 and Ronative two nights ago. (all OK) I have beenworking with C++ source seemingly OK, so I presume this was only affecting gcc10.2? A difference I have bringing my source from linux is with sizeof. write(fileDescriptor, &fileHeader, 14); /*sizeof was returning 16*/ write(fileDescriptor, &infoHeader, sizeof(infoHeader)); The mistake could be back in the fileheader creation, I haven't looked yet. sizeof doesn't round up to words does it? Ronald _______________________________________________ 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