readme

来自「针对于sa1100的bootloader。blob2.04是一个功能比较强大的b」· 代码 · 共 23 行

TXT
23
字号
README for the "utils/build" directoryThis directory contains two little scripts that allow developers to configureand build blob for all supported architectures.Usage:- make a directory that will contain all build directories:    mkdir ~/blob-build- copy build_Makefile and build_all to that directory:    cp build_Makefile ~/blob-build/Makefile    cp build_all ~/blob-build/- cd to the build directory:    cd ~/blob-build/- edit build_all and change linux_prefix and blob_src so they reflect your  system- run "./build_all" and watch how all architectures get automatically  configured- run "make" and all architectures are build- run "make clean" to clean up all architecturesNote: the blob source directory should not be configured or otherwise thistrick won't work

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?