[U-Boot] [PATCH] include: compiler: fix tools-only compiles on Cygwin and with the Android NDK on Linux

2019-04-12 Thread Chris Renshaw
Hi again, I am submitting this patch with some easy fixes for the ongoing broken compiling U-Boot tools-only on Cygwin and cross-compiling with the Android NDK on Linux. The added __kernel_* definitions in posix_types.h come from mainline so should be safe for inclusion: https://github.com/torv

Re: [U-Boot] ARM tools-only CROSS_COMPILE issues within Cygwin

2019-04-12 Thread Chris Renshaw
Just posting an update on the current Cygwin issues with U-Boot and the Android NDK. I do have NDK cross-compiles of tools-only working well from a Linux environment now but on Cygwin there continues to be some major compatibility issue with U-Boot's KBuild system and the Android NDK. Using th

[U-Boot] dumpimage: failure on null-padded image dumps

2019-01-21 Thread Chris Renshaw
Hi, I maintain the Android Image Kitchen project, which has U-Boot uImage support for the handfull of Android devices that use uImage for their boot.img/recovery.img format. This support is achieved using cross-compiles of U-Boot's dumpimage and mkimage tools, to all the Android NDK architecture

Re: [U-Boot] ARM tools-only CROSS_COMPILE issues within Cygwin

2017-05-21 Thread Chris Renshaw
From: U-Boot on behalf of Chris Renshaw Sent: May 20, 2017 12:53 AM To: u-boot@lists.denx.de Subject: [U-Boot] ARM tools-only CROSS_COMPILE issues within Cygwin   Hi! I've managed to get U-Boot sandbox_defconfig tools-only compiling nicely in Cygwin with a few minor modifications t

[U-Boot] ARM tools-only CROSS_COMPILE issues within Cygwin

2017-05-20 Thread Chris Renshaw
l like I'm close, so I'm wondering if there is anything I am missing or any fixes (e.g. to make CROSS_COMPILE work normally on Cygwin with tools-only, or, getting --sysroot to cooperate like it should) you could think of that might improve the situation. Thank you for any insight or g