我正在尝试为一个项目构建一个 petalinux 内核。vivado 中的比特流编译得很好,有一些警告,但它们是有意的(隐含的锁存器,不在敏感度列表中的东西等)。
当我得到 HDF 时,一切都很好,项目初始化得很好。当我配置项目时,一切都很顺利。没有什么不寻常的,我正在实例化基本设置,没有任何变化。
现在,当我运行时petalinux-build -v
,一切都很好,直到我进入 board_f 文件。由于此错误,这些失败。
[ALL ] /home//Desktop/NIX_SNES/build/linux/u-boot/src/u-boot-plnx/common/board_f.c: In function 'init_baud_rate':
[ALL ] /home//Desktop/NIX_SNES/build/linux/u-boot/src/u-boot-plnx/common/board_f.c:143:46: error: 'CONFIG_BAUDRATE' undeclared (first use in this function)
[ALL ] gd->baudrate = getenv_ulong("baudrate", 10, CONFIG_BAUDRATE);
[ALL ] ^
[ALL ] /home//Desktop/NIX_SNES/build/linux/u-boot/src/u-boot-plnx/common/board_f.c:143:46: note: each undeclared identifier is reported only once for each function it appears in
[ERROR] make[4]: *** [common/board_f.o] Error 1
[ALL ] make[4]: *** Waiting for unfinished jobs...
我在 Ubuntu 14.04 和 15.10 都试过,错误都是一样的。
我不能发布整个构建日志,但这里有一个指向 pastebin 日志的链接 [第 2375 行出现错误] http://pastebin.com/zFkXs8wb