# embustest **Repository Path**: itees/embustest ## Basic Information - **Project Name**: embustest - **Description**: 是embustest开源仓库,用于用户学习交流和开发、使用生态建设。 - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2022-10-11 - **Last Updated**: 2023-10-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # what? 这是Gcase开发版 embustest开源仓库,用于用户学习交流和开发、使用生态建设。\ master -- for Release.\ dev -- for develop & integrate.\ dev_xxx -- for feature dev. # build prepare this project may compile in ubuntu20.04, compile the project must install cross compile tools in ubuntu20.04\ sudo apt install gcc-aarch64-linux-gnu\ sudo apt install cmake # build cd embustest\ mkdir build && cd build\ cmake ..\ make\ \ when success, will generate embustest bin. # run copy embustest bin to Gcase linux /usr/bin, then run\ embustest