Using the source insight to build a Linux kernel code engineering concrete steps are as follows:
(a) Open source Insight, click the "Project" button, pop-up drop-down menu.
(ii) Click the "New Item" button, pop-up the "New Project" dialog box, enter the project name and store path, click the "OK" button.
(iii) Eject the "Add Delete File" dialog box, select all 2.6.25 kernel code under the kernel source code path, and click the "Close" button.
(d) Eject the Join to Project dialog box, select the recursively add subordinate subdirectories checkbox, and click OK.
(v) synchronizing files. Click the Project button to eject the Drop-down menu.
(vi) Click the Sync Files option. This process takes 20-30 minutes.
After the project is established, ensure the association and synchronization between the files. This process takes about 20 minutes.
(vii) Completion of project creation, browsing code. Right-click the name of the function you want to find, and select "Jump to Definition" in the Drop-down menu to implement tracking of the functions.
Gcc-m A.C can get all the header files that A.C relies on.
After writing the code in Sourceinsight, it needs to be synchronized with the original project file, hand-carried.
Some instructions for code lookup in Sourceinsight.