This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Andriod Filesystem build Error for ICS

Host System Ubuntu 12.04 LTS

I have installed gcc 4.4 removed gcc 4.6

Hardware: TI Sitara SK, ICS

Below are the error I get when I execute

make TARGET_PRODUCT=am335xevm_sk OMAPES=4 -j4


Errors

============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=4.0.3
TARGET_PRODUCT=am335xevm_sk
TARGET_BUILD_VARIANT=eng
TARGET_BUILD_TYPE=release
TARGET_BUILD_APPS=
TARGET_ARCH=arm
TARGET_ARCH_VARIANT=armv7-a-neon
HOST_ARCH=x86
HOST_OS=linux
HOST_BUILD_TYPE=release
BUILD_ID=IML74K
============================================
host C: acp <= build/tools/acp/acp.c
host C: libhost <= build/libs/host/CopyFile.c
/bin/bash: cc: command not found
host C++: libhost <= build/libs/host/pseudolocalize.cpp
make: *** [out/host/linux-x86/obj/EXECUTABLES/acp_intermediates/acp.o] Error 127
make: *** Waiting for unfinished jobs....
/bin/bash: g++: command not found
make: *** [out/host/linux-x86/obj/STATIC_LIBRARIES/libhost_intermediates/pseudolocalize.o] Error 127
host C++: aapt <= frameworks/base/tools/aapt/AaptAssets.cpp
/bin/bash: cc: command not found
make: *** [out/host/linux-x86/obj/STATIC_LIBRARIES/libhost_intermediates/CopyFile.o] Error 127
/bin/bash: g++: command not found
make: *** [out/host/linux-x86/obj/EXECUTABLES/aapt_intermediates/AaptAssets.o] Error 127

Any thought on how to fix this problem. I have read a few e2e post that help me get to is point.