1. First install eclipse
Installation Instructions:
Apt-get Install Eclipse
Using the command above will install the JDK and Eclipse,eclipse must run in the Java environment, so you need to install the JDK environment.
Test:
Enter java-version and output the following information to indicate that the JDK environment was successfully installed.
Input eclipse, output the following interface, indicating that eclipse installation was successful
2 then install the CDT plugin to enable eclipse support
installation command:
Apt-get Install ECLIPSE-CDT
Installation complete open Eclipse, see Eclipse Support for C/C + +
3. Import Uboot Project
1. After starting, new-"C Project-" Empty Makefile project. Toolchains Select Other toolchain.
2. Always next after creating a new blank project.
3. Then file-"import-" general-"File system "
3. after clicking Finish , the source analysis begins.
u-boot-2014.04 porting FL2440 (using Eclipse edit uboot)