You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Regular expression in egrep. Which would cause missing lots of source file 2. Correct sed separator in case of the string contain '/' 3. Don't print when missing file is libc header file Change-Id: I4e1437c23667d9473f966c888d2ce68ab563ba99
The linux kernel and u-boot contains lots of files, when we want to broswe the source code,we just want to see these compiled files, and the header files which required.
3
-
So this script in this repo is to make a filelist to tell us the files compiled and the header files depended.
2
+
The linux kernel and u-boot contains lots of files, when we want to broswe the source code,we just want to see the compiled files, and the header files which required.
3
+
This script will make a filelist to tell us the source files compiled and the header files required.
4
4
5
-
Also, the script would genenate a filelist for the source code broswer IDE/Editor(source insight, Scitools Understand and SlickEdit)
5
+
Also, the script would genenate a filelist for the source code broswer IDE/Editor(for now, support Source Insight, Scitools Understand and SlickEdit)
6
6
7
-
If you use the source insight or Scitools Understand, or SlickEdit to broswe the linux kernel or/and U-boot source code, this script would help you to add the compiled source code(.S,.C) when you create Project.
7
+
If you use the source insight or Scitools Understand, or SlickEdit to broswe the linux kernel or/and U-boot source code, this script would help you to add the compiled source code(.S,.C) when you improt needed source code and header files when create Project.
8
8
9
9
##Usage
10
-
####Video
11
-
You may want to see the video `PF_Prj_Gen_example.mkv` in directory usge of repo.
12
-
In the video, I show the generation and the usage of the Generation file/project for Understand and SlickEdit.
13
-
14
-
Also a video(SourceInsight_Example.mkv in usage directory of this repo) shows the generation of filelist for the Source Insight.
15
-
16
-
####GIF show
17
-
######How to generate
10
+
####Demo shows in GIF
11
+
######GIF Shows How to generate
18
12
Below is a GIF, shows how to generate the filelist and slickedit workspace/project, the parameters of command:
19
13
20
14
- Parameter1, directory of compiled source code, here is kernel: ~/github/BBB/Sebastian-BBB-Hibernation-2
@@ -33,20 +27,23 @@ Below Gif shows the procedure of generation and import
This would create the filelist for Understand and Source Insight and the Slickedit Project in Outputprojectfilename.And you can use these output file to genenate the project.
40
+
This would create the filelist for Understand and Source Insight and the Slickedit Project in Outputprojectfilename. THen you can use these output file to genenate the project.
41
+
####Demo shows in Video
42
+
You may want to see the video `PF_Prj_Gen_example.mkv` in directory usge of repo.
43
+
In the video, I show the generation and the usage of the Generation file/project for Understand and SlickEdit.
44
+
45
+
Also a video(`SourceInsight_Example.mkv` in usage directory) shows the generation of filelist for the Source Insight.
0 commit comments