# si4FileListGen **Repository Path**: newgolo/si4FileListGen ## Basic Information - **Project Name**: si4FileListGen - **Description**: si4FileListGen是一个自动生成uboot或kernel源码的source insight文件列表的工具。 - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-05-14 - **Last Updated**: 2021-07-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # si4FileListGen #### 介绍 si4FileListGen是一个用python写的自动生成uboot或kernel源码列表的工具,源码列表可用source insight导入。 #### 使用说明 1. 先编译uboot或者kernel。 2. 运行si4FileListGen ```bash ./si4FileList win -s linux-5.3 -o filiList.txt ``` -s source-dir 指定源码目录 -o output 输出文件列表 win 生成windows路径文件列表