博客首页 | 排行榜 |

pds123的博客

个人档案
博文分类
ERROR:EDK - generic () - expected integer but got "" -> EDK 11.5 Compile Software Platform Fails   2010-10-31 01:56

分析:

主要是用户自己定义的IP驱动没有添加到platform中。

步骤取下

1、step1

2、step2

 

STEP1

疑问描述

 

When I create a driver for a custom peripheral, I cannot select the driver in the software platform settings.

How do I resolve this problem?

 

 

解决方案

This is a known issue.

To work around the problem, perform the following:

  1. Create a user repository, C:\\ (if you do not already have one).
    For example: C:\edk_user_repository\MyProcessorIPLib\ 
    NOTE: The above directory structure is not in the XPS project nor SDK project. 
  2. Copy the "drivers" folder from your project to the above folder. So, you should have:
    C:\edk_user_repository\MyProcessorIPLib\drivers\\
  3. In SDK, add the global repository by selecting Tool > Software Repositories, and add C:\edk_user_repository. 

Now, if you go to Tools > Software Platform Settings, you should be able to select the driver.

 

STEP2:

在software platform settings -> drivers 中,选择对应的IP驱动程序,并保证用户自定义的IP驱动中不会出现none 或者generic

 

类别:默认 |
下一篇:SP605 PCIe x1 Gen2计算机端演示【北京工业大学可信计算实验室 毛军捷 王昱波】
以下网友评论只代表其个人观点,不代表本网站的观点或立场