ABCEFGHIJKL
1
TimestampNamePost MessageUntitled Question
2
1/18/2014AdminYou can post your questions, comments or any other issues in this discussion forum.
3
9/8/2014lakshmipraveenhi
4
10/12/2015 12:04:06RanganadhHi,

I am trying to compile ARM tool chain using the link : http://www.embeddedsystemonline.com/home/embedded-system/beagleboard-labs/lab2

followed same steps mentioned in the link.

after running the command : ./ct-ng build

getting below error:

[INFO ] Retrieving needed toolchain components' tarballs
[EXTRA] Retrieving 'sstrip'
[ERROR] Could not retrieve 'sstrip'.
[00:33] / make: *** [build] Error 1

Please help me to fix it. I am very new to Linux.

Thanks,
PR
5
10/13/2015 5:44:56RanganadhHi,

I am very new to Linux.

I am compiling the ARM tool chain and need to compile the kernel for beagle board-XM. please help me to fix below issues.

I am following the procedure from the link : http://www.embeddedsystemonline.com/home/embedded-system/beagleboard-labs/lab2

I am unable to open the link : http://free-electrons.com/labs/embedded_linux.tar.bz2
so not downloaded this part of the code. Followed remaining steps.

Downloaded the crosstool-ng-1.4.2.tar.bz2 from http://crosstool-ng.org/download/crosstool-ng/crosstool-ng-1.4.2.tar.bz2

and following the remaining procedure to compile it. Getting some error below please help to fix it.

Error :

ALL ] '/home/pandu/crosstool-ng-1.4.2/scripts/config.sub' -> './config.sub'
[DEBUG] ==> Executing: 'rm -f /home/pandu/crosstool-ng-1.4.2/targets/src/.mpfr-2.4.1.patching'
[DEBUG] ==> Executing: 'touch /home/pandu/crosstool-ng-1.4.2/targets/src/.mpfr-2.4.1.patched'
[DEBUG] Running autoreconf
[DEBUG] ==> Executing: 'autoreconf'
[ALL ] aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
[ERROR] configure.in:280: error: automatic de-ANSI-fication support has been removed
[ALL ] /usr/share/aclocal-1.14/obsolete.m4:26: AM_C_PROTOTYPES is expanded from...
[ALL ] configure.in:280: the top level
[ALL ] autom4te: /usr/bin/m4 failed with exit status: 1
[ERROR] aclocal: error: echo failed with exit status: 1
[ALL ] autoreconf: aclocal failed with exit status: 1
[ERROR] Build failed in step 'Extracting and patching toolchain components'
[ERROR] Error happened in '/home/pandu/crosstool-ng-1.4.2/scripts/functions' in function 'CT_DoExecLog' (line unknown, sorry)
[ERROR] called from '/home/pandu/crosstool-ng-1.4.2/scripts/build/mpfr.sh' at line # 37 in function 'do_mpfr_extract'
[ERROR] called from '/home/pandu/crosstool-ng-1.4.2/scripts/crosstool-NG.sh' at line # 465 in function 'main'
[ERROR] Look at '/usr/local/xtools/arm-unknown-linux-uclibcgnueabi/build.log' for more info on this error.
[ERROR] (elapsed: 23:09.98)

Please help me to fix this error.

Regards,
Ranganadh
6
3/22/2017 20:36:28AyuDiscussion lab 4 embedded system application
7
12/18/2019 16:20:49MedatDiscussion
8
10/7/2020 0:30:49aminyes
9
6/9/2023 16:02:28Abdellatif Hello. These links do not work. Could you please change the links or send me other working links? I am trying to use your method. my regards.
tslite. iso
include.tar.gz
bin.tar.gz
lib.tar.gz
monitor.tar.gz
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100