当前位置:网站首页>问题记录:fel_lib.c:26:10: fatal error: libusb.h: 没有那个文件或目录
问题记录:fel_lib.c:26:10: fatal error: libusb.h: 没有那个文件或目录
2022-06-30 02:59:00 【初心不辜】
cc -o sunxi-nand-part nand-part-main.o nand-part-a10.o nand-part-a20.o
fel_lib.c:26:10: fatal error: libusb.h: 没有那个文件或目录
26 | #include <libusb.h>
| ^~~~~~~~~~
compilation terminated.
这个问题是编译sunxi-tool时遇到的,主机用的是ubuntu20.04,
解决方法:sudo apt-get install libusb-1.0-0-dev
边栏推荐
- Intel-Hex , Motorola S-Record 格式详细解析
- 并发请求下如何防重复提交
- GTK interface programming (II): key components
- 快速排序、聚簇索引、寻找数据中第k大的值
- Servlet面试题
- Azure 开发者新闻快讯丨开发者6月大事记一览
- Raki's notes on reading paper: neighborhood matching network for entity alignment
- Raki's notes on reading paper: discontinuous named entity recognition as maximum clique discovery
- Differences between comparable and comparator
- Note the use of export/import and class inheritance in ES6
猜你喜欢

2. successfully solved bug:exception when publishing [Failed to connect and initialize SSH connection...

Heavy attack -- ue5's open source digital twin solution

Unity3d ugui force refresh of layout components

High paid programmers & interview questions series 63: talk about the differences between sleep (), yield (), join (), and wait ()

How to switch ipykernel to a different CONDA virtual environment in jupyterlab?

Linear algebra Chapter 3 summary of vector and vector space knowledge points (Jeff's self perception)

【实战技能】如何撰写敏捷开发文档

What is the concept of string in PHP

Linear algebra Chapter 4 Summary of knowledge points of linear equations (Jeff's self perception)

How to set password complexity and timeout exit function in Oracle
随机推荐
Time complexity analysis
zabbix 触发器详解
Azure 开发者新闻快讯丨开发者6月大事记一览
Cmake tutorial series-01-minimum configuration example
Recursion frog jumping steps problem
CMake教程系列-05-选项及变量
Jvxetable增加自定义按钮
Add a custom button to jvxetable
Heavy attack -- ue5's open source digital twin solution
Software testing skills, JMeter stress testing tutorial, transaction controller of logic controller (25)
2022 tool fitter (Advanced) and tool fitter (Advanced) certificate examination
Cmake tutorial series -02- generating binaries using cmake code
List of development tools
Global and Chinese markets for light cargo conveyors 2022-2028: Research Report on technology, participants, trends, market size and share
Implementation of Sanzi chess with C language
2. successfully solved bug:exception when publishing [Failed to connect and initialize SSH connection...
(graph theory) connected component (template) + strongly connected component (template)
【直播笔记0629】 并发编程二:锁
Federal learning: dividing non IID samples by Dirichlet distribution
Mysql 带上库名称跨库操作可能出现的问题