1、创建到目标板相关文件的链接

ln -s asm-arm asm

ln -s arch-s3c24x0 asm-arm/arch

ln -s proc-armv asm-arm/proc

 

 

2、创建include/config.mk文件,内容如下:

ARM = arm

CPU = arm920t

BOARD = smdk2410

VENDOR = samsung

SOC = s3c24x0

 

3、创建与目标板相关的头文件include/config.h

内容如下:

#include <configs/smdk2410.h>

#include <asm/config.h>

 

相关文章:

  • 2022-12-23
  • 2021-08-23
  • 2022-02-19
猜你喜欢
  • 2022-02-08
  • 2021-08-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-25
  • 2022-12-23
  • 2021-10-27
相关资源
相似解决方案