Compile and install Skyeye under ubuntu10.04

Source: Internet
Author: User

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.


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.