Closed Peque closed 6 years ago
just comment out that line or just put linaro gcc 7.2 into prebuilts/gcc/linux-x86/arm/arm-eabi-7.2
@ishubhamsingh Thanks for your quick reply.
Should not this work just fine out-the-box? Or have those instructions you gave me documented somewhere? Should that line be removed then from the BoardConfig.mk
file in the Osprey repository? :blush:
I will try commenting that line and reply back with the results, thanks for the hint.
I guess the fact that I do have 4.8
available in my prebuilts/
folder is because there is some configuration file that ensures that version is downloaded automatically before build. Rather than manually download version 7.2
should not I be able to simply change a configuration file to specify which arm-eabi
compiler to download?
@ishubhamsingh Yeah, having 7.2
in my prebuilts folder allows for a successful compilation. I still wonder, should not this be automatic without requiring the user to manually download any dependencies?
Anyway after flashing the ROM it got stuck with a completely black screen (it is turned on, but all black and apparently not responding to any input). So not a successful experiment after all... :sweat:
Using a clean setup (Docker image with required dependencies installed). After successfully running:
I then try to compile with:
With the following error:
I have seen version
7.2
is hardcoded in thedevice/motorola/osprey/BoardConfig.mk
but that version is not listed under my localandroid/prebuilts/gcc/linux-x86/arm/
folder.If I try to change that
BoardConfig.mk
file to use4.8
, which is the version I have available in myprebuilts/
local folder, then I get a new error:How could I workaround this? Can you reproduce the issue?