readme.bfin
来自「Axis 221 camera embedded programing inte」· BFIN 代码 · 共 22 行
BFIN
22 行
README for uClibc on the blackfin architecturedeveloped/tested with bfin-elf-gcc 3.4.1, fromConfiguration: Read and edit the Config file, carefully. TARGET_ARCH=blackfin CROSS = bfin-elf- CC = $(CROSS)gcc STRIPTOOL = $(CROSS)strip KERNEL_SOURCE= your linux 2.6.8 kernel source tree HAS_MMU = false HAS_FLOATS = false MALLOC = malloc-simple Problems: The regular malloc library is broken. Use simple-malloc.TODO:
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?