ChinaUnix.net
相关文章推荐:

make zImage 流程

E=usb -c -o usb.o usb.c In file included from usb.c:187: unusual_devs.h:310: `UX_FL_MODE_XLATE' undeclared here (not in a function) unusual_devs.h:310: initializer element is not constant unusual_devs.h:310: (near initialization for `us_unusual_dev_list[30].flags') make[4]: *** [usb.o] Error 1 make[4]: Leaving directory `/usr/src/linux-2.4.18-3/drivers/usb/storage' make[3]: *** [first_rule] Error...

by 飞天二狭 - Linux论坛 - 2004-09-12 20:55:55 阅读(764) 回复(4)

相关讨论

问题好象有些..... 我在文件socket.c里加入: asmlinkage long sys_sendto(int fd, void * buff, size_t len, unsigned flags, struct sockaddr *addr, int addr_len) { printk("enter sys_sendto ok!"); //加入的语句 struct socket *sock; char address[MAX_SOCK_ADDR]; int err; struct msghdr msg; struct iovec iov; sock = sock...

by panda1004 - Linux论坛 - 2004-03-26 14:25:56 阅读(333) 回复(0)

cd.o ide-cd.c gcc -D__KERNEL__ -I/home/arm9/arm/kernel/linux-2.4.21/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -nostdinc -iwithprefix include -DKBUILD_BASENAME=setup_pci -DEXPORT_SYMTAB -c setup-pci.c gcc -D__KERNEL__ -I/home/arm9/arm/kernel/linux-2.4.21/include -Wall -Wstrict-prototyp...

by yyying - 内核/嵌入技术 - 2006-07-29 09:07:56 阅读(1160) 回复(4)

我在编译内核的过程中,执行命令到make bzimage 命令完成后,在/usr/src/linux-2.4.20-8/arch/i386/底下没有找到bzimage压缩文件,是不是没有生成内核文件,后面就是加载了模块(make modules_install)后依然没有什么放映,根本找不到bzimage文件,也没有发现System.map文件在/usr/src/linux-2.4.20-8/arch/i386/,用find命令查了以下,就有一个System.map文件在/boot/文件下。高手指点一下!谢谢

by lanhai96 - 内核/嵌入技术 - 2006-04-28 15:30:44 阅读(1304) 回复(4)

:oops: tftp xxxxxx zimage 这个命令是把它弄到NandFlash里还是SDRAM里?不好意思,我忘了.:em23:

by Pacer - 内核/嵌入技术 - 2007-01-08 09:39:41 阅读(875) 回复(9)

当我把zimage拷贝到/boot下时 cp /usr/src/linux-2.4/arch/i386/boot/zimage失败 说为无效目录! 请高手指教

by 小墙 - Linux论坛 - 2004-04-24 13:24:53 阅读(513) 回复(3)

请教大侠 我通过loader把make 后生成的zimage这个文件加载到ram中的不同位置,内核都能正常启动。请问通过make zimage后生成的zimage文件在运行时是否是地址无关的? 谢谢

by decament - 内核/嵌入技术 - 2006-08-10 15:12:13 阅读(470) 回复(1)

make install makedeinstall make clean make fetch:抓回所需的原始档。 make fetch-list:显示安装所需的档案。 make checksum:抓回原始档并以 MD5 检查其正确性。 make extract:抓回并解开原始档。 make configure:进行组态,但不继续编译。 make all install:抓回原始档、编译且安装。 make reinstall:若先前发生意外中断,以此命令继续尝试安装。 make package:将做好的 ports 打包制作成 packages。 。安装 ports 时...

by jackpig - BSD文档中心 - 2008-06-05 14:19:57 阅读(1040) 回复(0)

我有一个包,其中有一个 .a 文件,使编译好的二进制文件,make过程出错了, make: *** No rule to make target `SP8890_devlib.a', needed by `test.elf'. Stop. 现在需要建立 .a 的生成规则,如何修改makefile,怎么建立?

by q77585211 - C/C++ - 2004-12-27 12:52:08 阅读(500) 回复(3)

请问在安装mysql 执行make 时候。 /u2/str0122/tool/mysql-3.23.52/sql/share make[3]: Entering directory `/u2/str0122/tool/mysql-3.23.52/sql/share' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/u2/str0122/tool/mysql-3.23.52/sql/share' make[3]: Entering directory `/u2/str0122/tool/mysql-3.23.52/sql' g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr/local/mysqc g...

by lylzgq - Linux论坛 - 2004-08-22 09:18:59 阅读(296) 回复(2)

make中-WALL是什么编译开关??

by yetiwolf - 其他UNIX - 2003-09-05 08:55:23 阅读(568) 回复(2)