readme
来自「sdcc是为51等小型嵌入式cpu设计的c语言编译器支持数种不同类型的cpu」· 代码 · 共 21 行
TXT
21 行
README for the SDCC/pic14 libraryBuilding the library====================1. Edit ./Makefile.in and update the ARCH variable to match your device. It should be safe to keep the default setting (p18f877), but performance improvements might be possible in specifying the actual target chip there. 2. Run './configure'3. Run 'make clean'4. Run 'make all'Prerequisites=============* a recently new GNU Make (tested with 3.80)* current gputils (tested with 0.13.2)* SDCC with enabled 14 bit PIC backend (tested with 2.5.4)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?