1 Star 0 Fork 1

Yakoo / Generate_Kernel_Uboot_Project_forIDE

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
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

######Usage of the generation for Source Insight Below Gif shows the procedure of generation and import intro

######Usage of the generation for SlickEdit intro

######Usage of the generation for Scitools Understand intro

###Text word illustration ####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. 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

空文件

简介

Generate filelist and slickedit for the compiled source file and depend header file for Linux Kernel and U-boot 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Shell
1
https://gitee.com/yakoo/Generate_Kernel_Uboot_Project_forIDE.git
git@gitee.com:yakoo/Generate_Kernel_Uboot_Project_forIDE.git
yakoo
Generate_Kernel_Uboot_Project_forIDE
Generate_Kernel_Uboot_Project_forIDE
master

搜索帮助