Build an ecos development environment in Ubuntu

Source: Internet
Author: User
Ecos is not detailed. We will directly introduce how to build an ecos development environment in Ubuntu: Like other development environments, ecos can also be built in two ways: one is to build it from the source code, one is to directly use the prebuild version. Here we mainly introduce the prebuild method. To install in prebuild mode, first download the ecos-install.tcl (wget -- passive-ftpftp: // ecos.sourceware.org/pub/ec

Ecos is not detailed. We will introduce how to build an ecos development environment in Ubuntu:

Like other development environments, ecos also has two ways: one is to build from the source code, and the other is to directly use the prebuild version.

This section describes the prebuild method.

To install in prebuild mode, you first need to download the ecos-install.tcl (wget -- passive-ftp ftp://ecos.sourceware.org/pub/ecos/ecos-install.tcl), which requires the system to install the Tcl tool, you can apt-get install tcl, and then execute the sh ecos-install.tcl, the system will automatically install, this method can only install the latest version, because the current ecos3.0 version has been released, so the installation is the ecos-3.0, if you want to install ecos2.0, then manually download the ecos-2.0 source package from the official, decompress it to the appropriate location and create an environment profile for the ecos-3.0, modeled on the Environment profile for the ecos-2.0.

The biggest problem here is that the ecos-2.0, libpng. so.2, libtiff. so.3 cannot be found when the configtool of the libgtk-1.2.so.0 is executed, and the solution is as follows:

Apt-get install libgtk-1.2.so.0

Sudo ln-s/usr/lib/libpng. so/usr/lib/libpng. so.2

Sudo ln-s/usr/lib/libtiff. so.4/usr/lib/libtiff. so.3

After performing the preceding operations, the ecos-2.0 is ready for use and the above steps are not required for the ecos-3.0.

Related Article

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.