Altera_Forum
Honored Contributor
19 years agoproblem about ide driver of uc/fs
Hi,all
I meet a problem about ide driver of uc/fs,following is the information of error. <div class='quotetop'>QUOTE </div> --- Quote Start --- Compiling ide_drv.c... ../FS/DEVICE/IDE/ide_drv.c: In function `_FS_IDE_DevIoCtl': ../FS/DEVICE/IDE/ide_drv.c:235: error: `FS_CMD_GET_DEVINFO' undeclared (first use in this function) ../FS/DEVICE/IDE/ide_drv.c:235: error: (Each undeclared identifier is reported only once ../FS/DEVICE/IDE/ide_drv.c:235: error: for each function it appears in.) make: *** [obj/FS/DEVICE/IDE/ide_drv.o] Error 1 Build completed[/b] --- Quote End --- I don't know how to define the signal "FS_CMD_GET_DEVINFO". Help me,please. Thank you.