Skip to content

honeyflyfish/Generate_Kernel_Uboot_Project_forIDE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##Purpose 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. So this script in this repo is to make a filelist to tell us the files compiled and the header files depended.

Also, the script would genenate a filelist for the source code broswer IDE/Editor(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 create Project.

##Usage ####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 of this repo) shows the generation fo filelist for the Source Insight.

###Text word ####0. compile compile the kernel or u-boot source code ####1. clone

git 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 OutPutProjectFileName 

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.

##ToDo

  • Add Eclipse support
  • Add Source Navigator Support
  • Add the dts for kernel/uboot filelist

About

Generate filelist and slickedit for the compiled source file and depend header file for Linux Kernel and U-boot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%