Make Bootimage problem

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Make Bootimage problem

Jump to solution
1,871 Views
bhaveshmoradiya
Contributor II

$ lunch sabresd_6dq-eng

============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=4.4.3
TARGET_PRODUCT=sabresd_6dq
TARGET_BUILD_VARIANT=eng
TARGET_BUILD_TYPE=release
TARGET_BUILD_APPS=
TARGET_ARCH=arm
TARGET_ARCH_VARIANT=armv7-a-neon
TARGET_CPU_VARIANT=cortex-a9
HOST_ARCH=x86
HOST_OS=linux
HOST_OS_EXTRA=Linux-4.4.0-83-generic-x86_64-with-Ubuntu-16.04-xenial
HOST_BUILD_TYPE=release
BUILD_ID=2.0.0-rc2
OUT_DIR=out
============================================

$ make bootimage BUILD_TARGET_DEVIC=sd

build/core/main.mk:45: ********************************************************************************
build/core/main.mk:46: * You are using version 4.1 of make.
build/core/main.mk:47: * Android can only be built by versions 3.81 and 3.82.
build/core/main.mk:48: * see https://source.android.com/source/download.html
build/core/main.mk:49: ********************************************************************************
build/core/main.mk:50: *** stopping. Stop.

Android source code: android-4.4.3_r1

kernel source code: linux-2.6-imx

U-Boot imx checkout: KK4.4.3_2.0.0-ga

patch from: android_KK4.4.3_2.0.0-ga_core_source

What is the problem now. I followed the document for andridKK4.4.3_2.0.0

$ uname -a

Linux imx6qp 4.4.0-83-generic #106-Ubuntu SMP Mon Jun 26 17:54:43 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

help me.

0 Kudos
1 Solution
1,058 Views
bhaveshmoradiya
Contributor II

Solved:

Download the source for make: https://ftp.gnu.org/gnu/make/

extract downloaded file in ~/src folder 

./configure

make

sudo make install

hash -r make

make -v

you can remove make3.81 

cd ~/src/make3.81

sudo make uninstall

make -v

Problem SOLVED.

Thank you.

View solution in original post

0 Kudos
1 Reply
1,059 Views
bhaveshmoradiya
Contributor II

Solved:

Download the source for make: https://ftp.gnu.org/gnu/make/

extract downloaded file in ~/src folder 

./configure

make

sudo make install

hash -r make

make -v

you can remove make3.81 

cd ~/src/make3.81

sudo make uninstall

make -v

Problem SOLVED.

Thank you.

0 Kudos