-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
编译内核时候遇到错误 #17
Comments
我编译的是nanopi m3的内核 |
You can build modern kernel 4.11.12 for M3. Works quite well. https://github.com/armbian/build (you need to set EXPERT="yes" to see Nanopi M3 in menu). This is the outcome: https://dl.armbian.com/nanopim3/ |
编译已经成功,但是使用默认的.config编译,导致很多wifi无法使用,丢失大量modules |
可以给我nano pi m3 出厂时候debian系统的.config文件吗 |
No. that will not work. Those kernels are many years apart. |
@igorpecovnik Armbian does not seem to work on my nanopi-T3 |
I have T3+,M3 and Fire3 and it works on all. |
@igorpecovnik The mirror provided by https://dl.armbian.com/nanopim3/ can work |
We talked about to provide 32bit userspace but it stopped there. At talking about. |
LD drivers/built-in.o
LD vmlinux.o
MODPOST vmlinux.o
GEN .version
CHK include/generated/compile.h
UPD include/generated/compile.h
CC init/version.o
LD init/built-in.o
LD .tmp_vmlinux1
KSYM .tmp_kallsyms1.S
AS .tmp_kallsyms1.o
LD .tmp_vmlinux2
KSYM .tmp_kallsyms2.S
AS .tmp_kallsyms2.o
LD vmlinux
SYSMAP System.map
/home/yewei/yyw/nano-pi-work/source/linux-3.4.y/scripts/mksysmap: 行 44: ~/yyw/nano-pi-work/source/toolchains/4.9.3/bin/arm-cortexa9-linux-gnueabihf-nm: 没有那个文件或目录
Makefile:921: recipe for target 'vmlinux' failed
make: *** [vmlinux] Error 1
这个是错误的代码
The text was updated successfully, but these errors were encountered: