U-boot-2014.04 port FL2440 (use eclipse to edit uboot), fl2440uboot
1. First install eclipse
Installation instructions:
Apt-get install eclipse
Use the above command to install jdk and eclipse. eclipse must be run in the Java environment, so you need to install the jdk environment.
Test:
Enter Java-version. The following information indicates that the jdk environment is successfully installed.
Input eclipse and output the following interface, indicating that eclipse is successfully installed.
2. Install the CDT plug-in to enable eclipse to support c/c ++
Installation command:
Apt-get install eclipse-cdt
After installation is complete, open eclipse and check that eclipse supports C/c ++.
3. Import the uboot Project
1. After startup, start new-c project-empty makefile project. Select other toolchain for toolchains.
2. Create a new blank project after the next step.
3. Then file-> import-> general-> file system
3. Click Finish and the source code analysis starts.