On 11-08-17 13:00, Fabian Arrotin wrote:
On 07/08/17 12:16, Jacco Ligthart wrote:
Hi Fabian,
Here is what I did to make devtools-gcc build on armv5:
https://github.com/redsleeve-linux/el7/blob/master/sclo/devtoolset-6-gcc/000...
I have not tried that yet. please let this list know if you find a resolution.
Jacco
Hi Jacco,
I applied your patches , but it still fails (after several hours, it's a loooooong build). Any hints ? mock log files are temporary here : https://armv7.dev.centos.org/repodir/c71708-devtools-6/devtools-6-gcc.armv7h...
Cheers,
PS : devtoolset-6-binutils and devtoolset-6-gdb build fine, just not devtoolset-6-gcc (last one needed to be able to build webkitgtk4 and so unblock failing builds )
I did a quick search for "Error 1" and this is the first one on line 10381 of build.log:
../../../../../libstdc++-v3/src/nonshared98/float128.S: Assembler messages: ../../../../../libstdc++-v3/src/nonshared98/float128.S:162: Error: junk at end of line, first unrecognized character is `,' make[6]: *** [float128.lo] Error 1
Unfortunately I don't know how to fix that error.
In mock.cfg I noticed:
config_opts['target_arch'] = 'armv7hl' config_opts['legal_host_arches'] = ('armv7l')
Is 'armv7l' a typo?
HTH, Patrick