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
1
|
make TARGET_PRODUCT=am335xevm_sk OMAPES=4 -j4 |
Errors
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
============================================ 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.