当前位置:网站首页>韦东山板子编译内核问题解决
韦东山板子编译内核问题解决
2022-07-01 09:12:00 【夕阳西下&】
执行:make 100ask_imx6ul_qemu_defconfig时出现错误
Can't find default configuration "arch/arm/configs/100ask_imx6ul_qemu_解决方法:先检查环境变量设置对了没
export ARCH=arm
export CROSS_COMPILE=arm-linux-gnueabihf-
export PATH=$PATH:/home/book/100ask_imx6ull-qemu/ToolChain/gcc-linaro-6.2.1-2016.11-x86_64_arm-linux-gnueabihf/bin
如果环境变量没问题那就用最后的绝招:多执行几次
make 100ask_imx6ul_qemu_defconfig
最后完美生成:100ask_imx6ul_qemu_
边栏推荐
- 樹結構---二叉樹2非遞歸遍曆
- Shell script case in statement
- 队列的实现和应用
- 【检测技术课案】简易数显电子秤的设计与制作
- 2.2 【pytorch】torchvision.transforms
- [ESP nanny level tutorial] crazy completion chapter - Case: gy906 infrared temperature measurement access card swiping system based on the Internet of things
- pcl_ Viewer command
- Understanding and implementation of AVL tree
- [ESP nanny level tutorial preview] crazy node JS server - Case: esp8266 + DHT11 +nodejs local service + MySQL database
- SDN_简单总结
猜你喜欢
随机推荐
Shell script - positional parameters (command line parameters)
[ESP nanny level tutorial] crazy completion chapter - Case: chemical environment system detection based on Alibaba cloud and Arduino, supporting nail robot alarm
3D printing Arduino four axis aircraft
Ape anthropology topic 20 (the topic will be updated from time to time)
【pytorch】2.4 卷积函数 nn.conv2d
Is it safe to dig up money and make new shares
How to launch circle of friends marketing and wechat group activities
Which method is good for the management of fixed assets of small and medium-sized enterprises?
Serialization, listening, custom annotation
LogBack
Personal decoration notes
Can diffusion models be regarded as an autoencoder?
Shell script - string
3D打印Arduino 四轴飞行器
队列的实现和应用
[pytorch] 2.4 convolution function nn conv2d
类加载
Reproduced Xray - cve-2017-7921 (unauthorized access by Hikvision)
Shell script case in statement
2.3 [kaggle dataset - dog feed example] data preprocessing, rewriting dataset, dataloader reading data









