当前位置: 代码迷 >> VxWorks >> 添加WindML组件后,编译出现异常:make: * [prjConfig.o] Error 0x1
  详细解决方案

添加WindML组件后,编译出现异常:make: * [prjConfig.o] Error 0x1

热度:356   发布时间:2016-04-28 11:25:44.0
添加WindML组件后,编译出现错误:make: *** [prjConfig.o] Error 0x1
工程中包含了WindML组件,想试试显示界面。但编译的时候出现下面的错误:

cygwin warning:
  MS-DOS style path detected: C:\Tornado2.2\target\config\s3c2440x
  Preferred POSIX equivalent is: \cygdrive\c\Tornado2.2\target\config\s3c2440x
  CYGWIN environment variable option "nodosfilewarning" turns off this warning.
  Consult the user's guide for more details about POSIX paths:
    http:\\cygwin.com\cygwin-ug-net\using.html#using-pathnames
In file included from ..\prjConfig.c:15:
C:\Tornado2.2\target\config\s3c2440x\config.h:56:40: warning: `BOOT_LINE_ADRS' redefined
C:\Tornado2.2\target\config\comps\src\configAll.h:183: warning: this is the location of th 
e previous definition
In file included from ..\prjConfig.c:108:
C:\Tornado2.2\target\config\s3c2440x\usbPciStub.c:41:68: #error "usbPciStub.c: Customize t 
he USB PCI macros before first use"


make: *** [prjConfig.o] Error 0x1


Done.

有朋友知道怎么解决吗?  
------解决方案--------------------
在syslib.c中include “usbPciStub.c:”
  相关解决方案