Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tonyho/generate_kernel_uboot_project_foride
Generate filelist and slickedit for the compiled source file and depend header file for Linux Kernel and U-boot
https://github.com/tonyho/generate_kernel_uboot_project_foride
linux-kernel scitools slickedit source-insight u-boot
Last synced: 3 days ago
JSON representation
Generate filelist and slickedit for the compiled source file and depend header file for Linux Kernel and U-boot
- Host: GitHub
- URL: https://github.com/tonyho/generate_kernel_uboot_project_foride
- Owner: tonyho
- Created: 2015-07-05T15:15:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-09T12:54:15.000Z (over 9 years ago)
- Last Synced: 2024-12-25T19:05:04.981Z (10 days ago)
- Topics: linux-kernel, scitools, slickedit, source-insight, u-boot
- Language: Shell
- Size: 22.1 MB
- Stars: 240
- Watchers: 35
- Forks: 157
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
##Purpose
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.
This script will make a filelist to tell us the source files compiled and the header files required.Also, the script would genenate a filelist for the source code broswer IDE/Editor(for now, support Source Insight, Scitools Understand and SlickEdit)
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.
##Usage
####Demo shows in GIF
######GIF Shows How to generate
Below is a GIF, shows how to generate the filelist and slickedit workspace/project, the parameters of command:- Parameter1, directory of compiled source code, here is kernel: ~/github/BBB/Sebastian-BBB-Hibernation-2
- Parameter2, Output directory and slickedit workspace(and project) name![intro](https://raw.githubusercontent.com/tonyho/Generate_Kernel_Uboot_Project_forIDE/master/usage/GenProjectFilelist.gif?raw=true "Generation of filelist")
######Usage of the generation for Source Insight
Below Gif shows the procedure of generation and import
![intro](https://raw.githubusercontent.com/tonyho/Generate_Kernel_Uboot_Project_forIDE/master/usage/SourceInsight_show.gif?raw=true "Slickedit demo")######Usage of the generation for SlickEdit
![intro](https://raw.githubusercontent.com/tonyho/Generate_Kernel_Uboot_Project_forIDE/master/usage/SlickEdit_show.gif?raw=true "Slickedit demo")######Usage of the generation for Scitools Understand
![intro](https://raw.githubusercontent.com/tonyho/Generate_Kernel_Uboot_Project_forIDE/master/usage/Understand_show.gif?raw=true "Slickedit demo")###Text word illustration
####0. Compile
compile the kernel or u-boot source code
####1. Clonegit clone https://github.com/tonyho/Generate_Kernel_Uboot_Project_forIDE.git
####2. Generate
cd Generate_kernel_uboot_project_forIDE
./PF_Prj_Gen.sh Path_For_Compiled_Kernel(Uboot)_Directory OutPutProjectFileNameThis 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.
####Demo shows in Video
You may want to see the video `PF_Prj_Gen_example.mkv` in directory usge of repo.
In the video, I show the generation and the usage of the Generation file/project for Understand and SlickEdit.Also a video(`SourceInsight_Example.mkv` in usage directory) shows the generation of filelist for the Source Insight.
##ToDo
- Add Source Navigator Support
- Add the dts/dtsi to filelist for kernel/uboot