On 04.06.19 14:01, John Paul Adrian Glaubitz wrote:
> On 6/4/19 1:47 PM, Alexander Graf wrote:
>> Could you please just fix up the travis tests to succeed? I think the
>> MIPS problem is definitely toolchain related. Maybe you can somehow
>> convince that travis ubuntu container to use official Debian cross
>> compilers instead of the kernel.org ones that we use right now?
> Yes, Travis should use the cross-compiler packages from Debian. We have
> cross-compilers for all targets in Debian except for ia64 as it's a bit
> more complicated to build a cross-compiler there due to the fact that
> gcc needs libunwind there.
>
> I will look into this, at least for all other targets, the cross-compilers
> can easily be installed with "apt install gcc-$GCCVER-$ARCH-linux-gnu",
> so if Travis uses Docker here, it will be trivial to fix.


Yes, it does. I did try back when I first added the cross compiler
support, but for some reason did not manage to make use of the built-in
cross compilers. Maybe the versions in that Ubuntu version were just too
old? I really don't remember.

I'll be more than happy to see you make them work though :).


>
> The cross-compilers from kernel.org are bare-bone and can't be used to build
> anything but the kernel and a few other utilities due to missing std 
> libraries.


They seem to work surprisingly well for grub, given that we're even
doing execution tests against a few of the resulting binaries ;).

Alex



_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to