Tool/software:
Hi,
I would like to bitbake x11 on AM5728 , could you provide the instruction set on how to do the same?
also i tried using processor SDK4.01.00.06 , i have ran the following commands to execute the same
-
git clone git://arago-project.org/git/projects/oe-layersetup.git tisdk
-
$ cd tisdk
$ ./oe-layertool-setup.sh -f configs/processor-sdk/processor-sdk-04.02.00.09-config.txt
$ cd build
$ . conf/setenv
$ export PATH=$HOME/gcc-linaro-6.2.1-2016.11-x86_64_arm-linux-gnueabihf/bin:$PATH
$ MACHINE=am57xx-evm bitbake arago-core-tisdk-image
but after this i am getting the following error
MACHINE=am57xx-evm bitbake arago-core-tisdk-image
Loading cache: 100% |########################################################################################################################################################################| Time: 0:00:00
Loaded 3259 entries from dependency cache.
WARNING: No recipes available for:
/home/futura/tisdk/sources/meta-openamp/recipes-bsp/device-tree/device-tree-generation_%.bbappend
NOTE: Resolving any missing task queue dependencies
Build Configuration:
BB_VERSION = "1.32.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "Ubuntu-18.04"
TARGET_SYS = "arm-linux-gnueabi"
MACHINE = "am57xx-evm"
DISTRO = "arago"
DISTRO_VERSION = "2017.06"
TUNE_FEATURES = "arm armv7a vfp thumb neon callconvention-hard"
TARGET_FPU = "hard"
meta-processor-sdk = "HEAD:cb3ee0c165ef4e71e1aad16812652ca1371a9c80"
meta-arago-distro
meta-arago-extras = "HEAD:8f49ed67d0627a04ac72fd388fda7756273ba2d7"
meta-browser = "HEAD:08576b03af624b65ad949c410d84c11c7d1f2e39"
meta-openamp = "HEAD:8a214032bfb7e8124bc1485c70c69f7d60abb819"
meta-qt5 = "HEAD:2c9f0e4eb0e9097f6f872ec1e1d81768a8ab5f1b"
meta-networking
meta-ruby
meta-python
meta-oe
meta-gnome = "HEAD:fe5c83312de11e80b85680ef237f8acb04b4b26e"
meta-ti = "HEAD:a18d57af8384ced25996739bb66d197c69efb77b"
meta-linaro-toolchain
meta-optee = "HEAD:49b0f32d7e955f250b0022d1b2f403f45a2c2d9c"
meta = "HEAD:e3911133ee9aad7cc3ae89faea80a097f6614fab"
Initialising tasks: 100% |###################################################################################################################################################################| Time: 0:00:06
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
ERROR: automake-native-1.15-r0 do_compile: oe_runmake failed
ERROR: automake-native-1.15-r0 do_compile: Function failed: do_compile (log file is located at /home/futura/tisdk/build/arago-tmp-external-linaro-toolchain/work/x86_64-linux/automake-native/1.15-r0/temp/log.do_compile.14723)
ERROR: Logfile of failure stored in: /home/futura/tisdk/build/arago-tmp-external-linaro-toolchain/work/x86_64-linux/automake-native/1.15-r0/temp/log.do_compile.14723
Log data follows:
| DEBUG: Executing shell function do_compile
| NOTE: make -j 16
| ERROR: oe_runmake failed
| : && /bin/mkdir -p doc && { PATH='/home/futura/tisdk/build/arago-tmp-external-linaro-toolchain/work/x86_64-linux/automake-native/1.15-r0/build/t/wrap:'$PATH && export PATH; } && /usr/bin/perl ../automake-1.15/doc/help2man --output=doc/automake-1.15.1 automake-1.15
| help2man: can't get `--help' info from automake-1.15
| Try `--no-discard-stderr' if option outputs to stderr
| Makefile:3687: recipe for target 'doc/automake-1.15.1' failed
| make: *** [doc/automake-1.15.1] Error 255
| ERROR: Function failed: do_compile (log file is located at /home/futura/tisdk/build/arago-tmp-external-linaro-toolchain/work/x86_64-linux/automake-native/1.15-r0/temp/log.do_compile.14723)
ERROR: Task (virtual:native:/home/futura/tisdk/sources/oe-core/meta/recipes-devtools/automake/automake_1.15.bb:do_compile) failed with exit code '1'
WARNING: libpam-1.3.0-r5 do_fetch: Failed to fetch URL http://linux-pam.org/library/Linux-PAM-1.3.0.tar.bz2, attempting MIRRORS if available
Second Keyboard Interrupt, stopping...
Summary: 1 task failed:
virtual:native:/home/futura/tisdk/sources/oe-core/meta/recipes-devtools/automake/automake_1.15.bb:do_compile
Summary: There were 2 WARNING messages shown.
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
NOTE: Sending SIGTERM to remaining 5 tasks
Could you help me solve this and execute x11 on AM57xx , would like to solve this on an urgent basis as our customer requires it.
Regards
Roshan Rajagopal