From: Adrian M. <ad...@mc...> - 2002-07-31 22:10:00
|
When I try to compile this in I get these errors: drivers/mtd/mtdlink.o: In function `vmu_flash_read8': drivers/mtd/mtdlink.o(.text+0x270): undefined reference to `maple_vmu_read_block' drivers/mtd/mtdlink.o: In function `vmu_flash_write8': drivers/mtd/mtdlink.o(.text+0x354): undefined reference to `maple_vmu_read_block' drivers/mtd/mtdlink.o(.text+0x368): undefined reference to `maple_vmu_write_block' These functions don't appear to exist inside vmu-flash.c - so where are they? Adrian |