1. Download The Skyeye source code
: Http://sourceforge.net/projects/skyeye/files/skyeye/
I downloadedSkyeye-1.3.2_rc1.tar.gz
Ii. decompress the source code package
$ tar xvzf skyeye-1.3.2_rc1.tar.gz
3. Install dependent software packages
$ sudo apt-get install build-essential libx11-dev xorg-dev -y
Iv. Compilation
Go to the extract directory and execute:
$ ./configure$ make lib$ make
V. Installation
$ make install_lib$ make install
6. Download the cross-compilation tool arm-elf-tools-20040427.sh
: Http://opensrc.sec.samsung.com/download.html
$ Chmod A + x arm-elf-tools-20040427.sh
$ Sudo Sh./arm-elf-tools-20040427.sh
The following error occurs:
Tail: cannot open '+ 43' for reading: no such file or directory
Gzip: stdin: Not in GZIP format
Tar: this does not look like a tar archive
Tar: Error exit delayed from previous errors
Solution:
Open the/arm-elf-tools-20040427.sh and place the 39th lines of code:
Tail + $ {skip }$ {script} | gnuzip | tar xvf-
Change to the following:
Tail-N + $ {skip }$ {script} | gnuzip | tar xvf-
Add an empty line behind the last line of the arm-elf-tools-20040427.sh, and then re-Execute sudo Sh./arm-elf-tools-20040427.sh. You can run the following command to test arm-elf-gcc-V.