- 论坛徽章:
- 0
|
我在g-bios中配置s3c2440硬件平台,然后编译的时候出现错误:
make[3]: *** No rule to make target `th/driver/mmc/s3c24x_mmc.o', needed by `th/driver/mmc/built-in.o'. Stop.
make[2]: *** [mmc] Error 2
make[1]: *** [th/driver] Error 2
make: *** [th] Error 2
然后我在g-bios中找了s3c24x_mmc.c文件,发现只有bh中有s3c24x_mmc.c,而th中没有这个文件,版主是不是漏掉了一个s3c24x_mmc.c文件啊。
我在配置s3c2410硬件平台的后编译也出现了错误:
bh/fs/built-in.o: In function `mount':
ext2.c .text+0x49c): undefined reference to `get_bdev_by_name'
make[1]: *** [bh/g-bios-bh.elf] Error 1
make: *** [bh] Error 2
可是ext2.c中并没有用到get_bdev_by_name ;不知道编译出现这个错误怎么解决。。。。 |
|