AM3358: Errors building tisdk-thinlinux-image

Part Number: AM3358

Tool/software:

Hi, 

I am trying to build the target 'tisdk-thinlinux-image' from Arago. I get two errors, but a gigantic build log, its really impossible to detect what goes wrong. The last bit of log is like this.

| expression.cc:(.text+0x1c5): undefined reference to `gold::Layout::expected_segment_count() const'
| collect2: error: ld returned 1 exit status
| Makefile:1021: recipe for target 'ld-new' failed
| make[4]: Leaving directory '/home/kaushalya/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/binutils-cross-arm/2.38-r0/git/build.x86_64-linux.arm-oe-linux-gnueabi/gold'
| make[4]: *** [ld-new] Error 1
| Makefile:1158: recipe for target 'all-recursive' failed
| make[3]: Leaving directory '/home/kaushalya/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/binutils-cross-arm/2.38-r0/git/build.x86_64-linux.arm-oe-linux-gnueabi/gold'
| make[3]: *** [all-recursive] Error 1
| Makefile:898: recipe for target 'all' failed
| make[2]: Leaving directory '/home/kaushalya/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/binutils-cross-arm/2.38-r0/git/build.x86_64-linux.arm-oe-linux-gnueabi/gold'
| make[2]: *** [all] Error 2
| Makefile:6843: recipe for target 'all-gold' failed
| make[1]: *** [all-gold] Error 2
| make[1]: Leaving directory '/home/kaushalya/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/binutils-cross-arm/2.38-r0/git/build.x86_64-linux.arm-oe-linux-gnueabi'
| Makefile:999: recipe for target 'all' failed
| make: *** [all] Error 2
| ERROR: oe_runmake failed
| WARNING: /home/kaushalya/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/binutils-cross-arm/2.38-r0/temp/run.do_compile.3862:189 exit 1 from 'exit 1'
| WARNING: Backtrace (BB generated script):
| 	#1: bbfatal_log, /home/kaushalya/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/binutils-cross-arm/2.38-r0/temp/run.do_compile.3862, line 189
| 	#2: die, /home/kaushalya/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/binutils-cross-arm/2.38-r0/temp/run.do_compile.3862, line 173
| 	#3: oe_runmake, /home/kaushalya/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/binutils-cross-arm/2.38-r0/temp/run.do_compile.3862, line 168
| 	#4: autotools_do_compile, /home/kaushalya/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/binutils-cross-arm/2.38-r0/temp/run.do_compile.3862, line 163
| 	#5: do_compile, /home/kaushalya/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/binutils-cross-arm/2.38-r0/temp/run.do_compile.3862, line 158
| 	#6: main, /home/kaushalya/tisdk/build/arago-tmp-default-glibc/work/x86_64-linux/binutils-cross-arm/2.38-r0/temp/run.do_compile.3862, line 202
ERROR: Task (/home/kaushalya/tisdk/sources/oe-core/meta/recipes-devtools/binutils/binutils-cross_2.38.bb:do_compile) failed with exit code '1'
NOTE: Tasks Summary: Attempted 1799 tasks of which 1798 didn't need to be rerun and 1 failed.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 4 seconds

I can see that 'Makefile:6843: recipe for target 'all-gold' failed'. What is this target? What could be going wrong?

Thanks,

Kaushalya