First, unzip the Uboot code under Linux. You cannot unzip under Windows because the file name of Windows is case-insensitive.
Then, create a network drive so that you can access the Linux folder under Windows. Method: Open the source directory through SMB, record the path, and make the network drive map.
------------------------------------------
Create a project using source insight.
Project-to-new project----> project files, create a separate directory to manage the project files,----->project have its own configuration file---> Close
Below:
Project--->add and Remove project Files, enter the mapped drive letter Z:\ Select the Uboot code folder, select the Add all directory and check the box.
Close after completion, you can observe no *.S *. S these files. In the Options menu, think inside.
Select Document Options Select C Source File, append; *.s;*. S-------> off.
Add and Remove Project Files-----> Add Tree
End.
Use the Source Insight tool to create a uboot project.