4583
- 收藏
- 点赞
- 分享
- 举报
求助 编译报错
本帖最后由 yuexiaoban 于 2017-1-3 23:58 编辑
hello,各位大神,现在编译遇到了这个问题,网上找了一些情况,仍然解决不了,求助各位了,先谢谢了
当前的情况是
编译报错
环境变量
# Mon Jan 2 17:21:21 CST 2017
# Hisilicon Linux, Cross-Toolchain PATH
export PATH="/opt/hisi-linux/x86-arm/arm-hisiv100-linux/target/bin:$PATH"
#
# Mon Jan 2 17:24:56 CST 2017
# Hisilicon Linux, Cross-Toolchain PATH
#
# Mon Jan 2 17:48:37 CST 2017
# Hisilicon Linux, Cross-Toolchain PATH
export PATH="/opt/hisi-linux-nptl/arm-hisiv100-linux/target/bin:$PATH"
#
# Mon Jan 2 17:52:44 CST 2017
# Hisilicon Linux, Cross-Toolchain PATH
#
# Mon Jan 2 21:36:57 CST 2017
# Hisilicon Linux, Cross-Toolchain PATH
#
# Tue Jan 3 00:01:57 CST 2017
# Hisilicon Linux, Cross-Toolchain PATH
#
# Tue Jan 3 22:47:34 CST 2017
# Hisilicon Linux, Cross-Toolchain PATH
#
# Tue Jan 3 22:49:17 CST 2017
# Hisilicon Linux, Cross-Toolchain PATH
export PATH="/opt/hisi-linux/x86-arm/arm-hisiv200-linux/target/bin:$PATH"
#
编译器安装好了可以使用的 验证如下
xiao@ubuntu:~$ arm-hisiv100nptl-linux-gcc xiao.c -o yuexiaoban.o
xiao@ubuntu:~$ ls
? Documents examples.desktop Music Program share Videos yuexiaoban.o
Desktop Downloads hi3521A Pictures Public Templates xiao.c
xiao@ubuntu:~$
报错信息如下
xiao@ubuntu:~/hi3521A/Hi3531_SDK_V1.0.D.0$ cd osdrv/
xiao@ubuntu:~/hi3521A/Hi3531_SDK_V1.0.D.0/osdrv$ sudo make OSDRV_CROSS=arm-hisiv100nptl-linux all
[sudo] password for xiao:
mkdir /home/xiao/hi3521A/Hi3531_SDK_V1.0.D.0/osdrv/pub/image_uclibc -p
mkdir /home/xiao/hi3521A/Hi3531_SDK_V1.0.D.0/osdrv/pub/bin/board_uclibc -p
mkdir /home/xiao/hi3521A/Hi3531_SDK_V1.0.D.0/osdrv/pub/bin/pc -p
---------task [1] build boot
rm /home/xiao/hi3521A/Hi3531_SDK_V1.0.D.0/osdrv/uboot/u-boot-2010.06 -rf
tar xzf /home/xiao/hi3521A/Hi3531_SDK_V1.0.D.0/osdrv/uboot/u-boot-2010.06.tgz -C /home/xiao/hi3521A/Hi3531_SDK_V1.0.D.0/osdrv/uboot
find /home/xiao/hi3521A/Hi3531_SDK_V1.0.D.0/osdrv/uboot/u-boot-2010.06 | xargs touch
make -C /home/xiao/hi3521A/Hi3531_SDK_V1.0.D.0/osdrv/uboot/u-boot-2010.06 ARCH=arm CROSS_COMPILE=arm-hisiv100nptl-linux- godnet_config
make[1]: Entering directory `/home/xiao/hi3521A/Hi3531_SDK_V1.0.D.0/osdrv/uboot/u-boot-2010.06'
Configuring for godnet board...
make[1]: Leaving directory `/home/xiao/hi3521A/Hi3531_SDK_V1.0.D.0/osdrv/uboot/u-boot-2010.06'
pushd /home/xiao/hi3521A/Hi3531_SDK_V1.0.D.0/osdrv/uboot/u-boot-2010.06;make ARCH=arm CROSS_COMPILE=arm-hisiv100nptl-linux- -j 20 >/dev/null;popd
~/hi3521A/Hi3531_SDK_V1.0.D.0/osdrv/uboot/u-boot-2010.06 ~/hi3521A/Hi3531_SDK_V1.0.D.0/osdrv
make[1]: arm-hisiv100nptl-linux-gcc: Command not found
make[1]: Entering directory `/home/xiao/hi3521A/Hi3531_SDK_V1.0.D.0/osdrv/uboot/u-boot-2010.06'
/bin/sh: arm-hisiv100nptl-linux-gcc: command not found
dirname: missing operand
Try 'dirname --help' for more information.
/bin/sh: line 3: arm-hisiv100nptl-linux-gcc: command not found
/bin/sh: arm-hisiv100nptl-linux-gcc: command not found
dirname: missing operand
Try 'dirname --help' for more information.
/bin/sh: line 3: arm-hisiv100nptl-linux-gcc: command not found
make[1]: arm-hisiv100nptl-linux-gcc: Command not found
make[1]: Entering directory `/home/xiao/hi3521A/Hi3531_SDK_V1.0.D.0/osdrv/uboot/u-boot-2010.06'
/bin/sh: arm-hisiv100nptl-linux-gcc: command not found
dirname: missing operand
Try 'dirname --help' for more information.
/bin/sh: arm-hisiv100nptl-linux-gcc: command not found
dirname: missing operand
Try 'dirname --help' for more information.
/bin/sh: arm-hisiv100nptl-linux-gcc: command not found
dirname: missing operand
Try 'dirname --help' for more information.
make[2]: arm-hisiv100nptl-linux-gcc: Command not found
make[2]: Entering directory `/home/xiao/hi3521A/Hi3531_SDK_V1.0.D.0/osdrv/uboot/u-boot-2010.06/tools'
make[2]: arm-hisiv100nptl-linux-gcc: Command not found
make[2]: Entering directory `/home/xiao/hi3521A/Hi3531_SDK_V1.0.D.0/osdrv/uboot/u-boot-2010.06/tools'
make[2]: arm-hisiv100nptl-linux-gcc: Command not found
make[2]: Entering directory `/home/xiao/hi3521A/Hi3531_SDK_V1.0.D.0/osdrv/uboot/u-boot-2010.06/examples/standalone'
/bin/sh: arm-hisiv100nptl-linux-gcc: command not found
dirname: missing operand
Try 'dirname --help' for more information.
/bin/sh: line 2: arm-hisiv100nptl-linux-gcc: command not found
/bin/sh: line 2: arm-hisiv100nptl-linux-gcc: command not found
make[2]: *** No rule to make target `.depend', needed by `_depend'. Stop.
make[2]: arm-hisiv100nptl-linux-gcc: Command not found
make[2]: Entering directory `/home/xiao/hi3521A/Hi3531_SDK_V1.0.D.0/osdrv/uboot/u-boot-2010.06/examples/api'
/bin/sh: arm-hisiv100nptl-linux-gcc: command not found
dirname: missing operand
Try 'dirname --help' for more information.
make[2]: arm-hisiv100nptl-linux-gcc: Command not found
make[2]: Entering directory `/home/xiao/hi3521A/Hi3531_SDK_V1.0.D.0/osdrv/uboot/u-boot-2010.06/arch/arm/cpu/godnet'
/bin/sh: line 2: arm-hisiv100nptl-linux-gcc: command not found
/bin/sh: line 2: arm-hisiv100nptl-linux-gcc: command not found
make[2]: *** No rule to make target `.depend', needed by `_depend'. Stop.
make[2]: arm-hisiv100nptl-linux-gcc: Command not found
make[2]: Entering directory `/home/xiao/hi3521A/Hi3531_SDK_V1.0.D.0/osdrv/uboot/u-boot-2010.06/arch/arm/cpu/godnet'
/bin/sh: arm-hisiv100nptl-linux-gcc: command not found
dirname: missing operand
Try 'dirname --help' for more information.
/bin/sh: arm-hisiv100nptl-linux-gcc: command not found
dirname: missing operand
Try 'dirname --help' for more information.
make[2]: arm-hisiv100nptl-linux-gcc: Command not found
make[2]: Entering directory `/home/xiao/hi3521A/Hi3531_SDK_V1.0.D.0/osdrv/uboot/u-boot-2010.06/tools'
/bin/sh: arm-hisiv100nptl-linux-gcc: command not found
dirname: missing operand
Try 'dirname --help' for more information.
make[2]: arm-hisiv100nptl-linux-gcc: Command not found
make[2]: Entering directory `/home/xiao/hi3521A/Hi3531_SDK_V1.0.D.0/osdrv/uboot/u-boot-2010.06/examples/standalone'
/bin/sh: arm-hisiv100nptl-linux-gcc: command not found
dirname: missing operand
Try 'dirname --help' for more information.
make[2]: arm-hisiv100nptl-linux-gcc: Command not found
make[2]: Entering directory `/home/xiao/hi3521A/Hi3531_SDK_V1.0.D.0/osdrv/uboot/u-boot-2010.06/examples/api'
/bin/sh: arm-hisiv100nptl-linux-gcc: command not found
dirname: missing operand
Try 'dirname --help' for more information.
make[2]: /bin/sh: arm-hisiv100nptl-linux-gcc: command not found
arm-hisiv100nptl-linux-gcc: Command not found
make[2]: Entering directory `/home/xiao/hi3521A/Hi3531_SDK_V1.0.D.0/osdrv/uboot/u-boot-2010.06/arch/arm/cpu/godnet'
dirname: missing operand
Try 'dirname --help' for more information.
/bin/sh: arm-hisiv100nptl-linux-gcc: command not found
dirname: missing operand
Try 'dirname --help' for more information.
make[2]: arm-hisiv100nptl-linux-gcc: Command not found
make[2]: *** [hello_world.o] Error 127
make[1]: *** [examples/standalone] Error 2
make[1]: *** Waiting for unfinished jobs....
make[2]: arm-hisiv100nptl-linux-gcc: Command not found
make[2]: Entering directory `/home/xiao/hi3521A/Hi3531_SDK_V1.0.D.0/osdrv/uboot/u-boot-2010.06/arch/arm/cpu/godnet'
make[2]: arm-hisiv100nptl-linux-gcc: Command not found
make[2]: *** [start.o] Error 127
make[1]: *** [arch/arm/cpu/godnet/start.o] Error 2
/home/xiao/hi3521A/Hi3531_SDK_V1.0.D.0/osdrv/uboot/u-boot-2010.06/lib/md5.c: In function ‘MD5Final’:
/home/xiao/hi3521A/Hi3531_SDK_V1.0.D.0/osdrv/uboot/u-boot-2010.06/lib/md5.c:156:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
((__u32 *) ctx->in)[14] = ctx->bits[0];
^
/home/xiao/hi3521A/Hi3531_SDK_V1.0.D.0/osdrv/uboot/u-boot-2010.06/lib/md5.c:157:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
((__u32 *) ctx->in)[15] = ctx->bits[1];
^
kwbimage.c: In function ‘kwbimage_verify_header’:
kwbimage.c:350:10: warning: variable ‘calc_exthdrcsum’ set but not used [-Wunused-but-set-variable]
uint8_t calc_exthdrcsum;
^
make[1]: INTERNAL: Exiting with 21 jobserver tokens available; should be 20!
~/hi3521A/Hi3531_SDK_V1.0.D.0/osdrv
cp /home/xiao/hi3521A/Hi3531_SDK_V1.0.D.0/osdrv/uboot/u-boot-2010.06/u-boot.bin /home/xiao/hi3521A/Hi3531_SDK_V1.0.D.0/osdrv/pub/image_uclibc
cp: cannot stat ‘/home/xiao/hi3521A/Hi3531_SDK_V1.0.D.0/osdrv/uboot/u-boot-2010.06/u-boot.bin’: No such file or directory
make: *** [hiboot] Error 1
xiao@ubuntu:~/hi3521A/Hi3531_SDK_V1.0.D.0/osdrv$
补充内容 (2017-1-4 22:43):
使用的编译系统是xiao@ubuntu:/$ uname -a
Linux ubuntu 4.4.0-57-generic #78-Ubuntu SMP Fri Dec 9 23:50:32 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
xiao@ubuntu:/$
hello,各位大神,现在编译遇到了这个问题,网上找了一些情况,仍然解决不了,求助各位了,先谢谢了
当前的情况是
编译报错
环境变量
# Mon Jan 2 17:21:21 CST 2017
# Hisilicon Linux, Cross-Toolchain PATH
export PATH="/opt/hisi-linux/x86-arm/arm-hisiv100-linux/target/bin:$PATH"
#
# Mon Jan 2 17:24:56 CST 2017
# Hisilicon Linux, Cross-Toolchain PATH
#
# Mon Jan 2 17:48:37 CST 2017
# Hisilicon Linux, Cross-Toolchain PATH
export PATH="/opt/hisi-linux-nptl/arm-hisiv100-linux/target/bin:$PATH"
#
# Mon Jan 2 17:52:44 CST 2017
# Hisilicon Linux, Cross-Toolchain PATH
#
# Mon Jan 2 21:36:57 CST 2017
# Hisilicon Linux, Cross-Toolchain PATH
#
# Tue Jan 3 00:01:57 CST 2017
# Hisilicon Linux, Cross-Toolchain PATH
#
# Tue Jan 3 22:47:34 CST 2017
# Hisilicon Linux, Cross-Toolchain PATH
#
# Tue Jan 3 22:49:17 CST 2017
# Hisilicon Linux, Cross-Toolchain PATH
export PATH="/opt/hisi-linux/x86-arm/arm-hisiv200-linux/target/bin:$PATH"
#
编译器安装好了可以使用的 验证如下
xiao@ubuntu:~$ arm-hisiv100nptl-linux-gcc xiao.c -o yuexiaoban.o
xiao@ubuntu:~$ ls
? Documents examples.desktop Music Program share Videos yuexiaoban.o
Desktop Downloads hi3521A Pictures Public Templates xiao.c
xiao@ubuntu:~$
报错信息如下
xiao@ubuntu:~/hi3521A/Hi3531_SDK_V1.0.D.0$ cd osdrv/
xiao@ubuntu:~/hi3521A/Hi3531_SDK_V1.0.D.0/osdrv$ sudo make OSDRV_CROSS=arm-hisiv100nptl-linux all
[sudo] password for xiao:
mkdir /home/xiao/hi3521A/Hi3531_SDK_V1.0.D.0/osdrv/pub/image_uclibc -p
mkdir /home/xiao/hi3521A/Hi3531_SDK_V1.0.D.0/osdrv/pub/bin/board_uclibc -p
mkdir /home/xiao/hi3521A/Hi3531_SDK_V1.0.D.0/osdrv/pub/bin/pc -p
---------task [1] build boot
rm /home/xiao/hi3521A/Hi3531_SDK_V1.0.D.0/osdrv/uboot/u-boot-2010.06 -rf
tar xzf /home/xiao/hi3521A/Hi3531_SDK_V1.0.D.0/osdrv/uboot/u-boot-2010.06.tgz -C /home/xiao/hi3521A/Hi3531_SDK_V1.0.D.0/osdrv/uboot
find /home/xiao/hi3521A/Hi3531_SDK_V1.0.D.0/osdrv/uboot/u-boot-2010.06 | xargs touch
make -C /home/xiao/hi3521A/Hi3531_SDK_V1.0.D.0/osdrv/uboot/u-boot-2010.06 ARCH=arm CROSS_COMPILE=arm-hisiv100nptl-linux- godnet_config
make[1]: Entering directory `/home/xiao/hi3521A/Hi3531_SDK_V1.0.D.0/osdrv/uboot/u-boot-2010.06'
Configuring for godnet board...
make[1]: Leaving directory `/home/xiao/hi3521A/Hi3531_SDK_V1.0.D.0/osdrv/uboot/u-boot-2010.06'
pushd /home/xiao/hi3521A/Hi3531_SDK_V1.0.D.0/osdrv/uboot/u-boot-2010.06;make ARCH=arm CROSS_COMPILE=arm-hisiv100nptl-linux- -j 20 >/dev/null;popd
~/hi3521A/Hi3531_SDK_V1.0.D.0/osdrv/uboot/u-boot-2010.06 ~/hi3521A/Hi3531_SDK_V1.0.D.0/osdrv
make[1]: arm-hisiv100nptl-linux-gcc: Command not found
make[1]: Entering directory `/home/xiao/hi3521A/Hi3531_SDK_V1.0.D.0/osdrv/uboot/u-boot-2010.06'
/bin/sh: arm-hisiv100nptl-linux-gcc: command not found
dirname: missing operand
Try 'dirname --help' for more information.
/bin/sh: line 3: arm-hisiv100nptl-linux-gcc: command not found
/bin/sh: arm-hisiv100nptl-linux-gcc: command not found
dirname: missing operand
Try 'dirname --help' for more information.
/bin/sh: line 3: arm-hisiv100nptl-linux-gcc: command not found
make[1]: arm-hisiv100nptl-linux-gcc: Command not found
make[1]: Entering directory `/home/xiao/hi3521A/Hi3531_SDK_V1.0.D.0/osdrv/uboot/u-boot-2010.06'
/bin/sh: arm-hisiv100nptl-linux-gcc: command not found
dirname: missing operand
Try 'dirname --help' for more information.
/bin/sh: arm-hisiv100nptl-linux-gcc: command not found
dirname: missing operand
Try 'dirname --help' for more information.
/bin/sh: arm-hisiv100nptl-linux-gcc: command not found
dirname: missing operand
Try 'dirname --help' for more information.
make[2]: arm-hisiv100nptl-linux-gcc: Command not found
make[2]: Entering directory `/home/xiao/hi3521A/Hi3531_SDK_V1.0.D.0/osdrv/uboot/u-boot-2010.06/tools'
make[2]: arm-hisiv100nptl-linux-gcc: Command not found
make[2]: Entering directory `/home/xiao/hi3521A/Hi3531_SDK_V1.0.D.0/osdrv/uboot/u-boot-2010.06/tools'
make[2]: arm-hisiv100nptl-linux-gcc: Command not found
make[2]: Entering directory `/home/xiao/hi3521A/Hi3531_SDK_V1.0.D.0/osdrv/uboot/u-boot-2010.06/examples/standalone'
/bin/sh: arm-hisiv100nptl-linux-gcc: command not found
dirname: missing operand
Try 'dirname --help' for more information.
/bin/sh: line 2: arm-hisiv100nptl-linux-gcc: command not found
/bin/sh: line 2: arm-hisiv100nptl-linux-gcc: command not found
make[2]: *** No rule to make target `.depend', needed by `_depend'. Stop.
make[2]: arm-hisiv100nptl-linux-gcc: Command not found
make[2]: Entering directory `/home/xiao/hi3521A/Hi3531_SDK_V1.0.D.0/osdrv/uboot/u-boot-2010.06/examples/api'
/bin/sh: arm-hisiv100nptl-linux-gcc: command not found
dirname: missing operand
Try 'dirname --help' for more information.
make[2]: arm-hisiv100nptl-linux-gcc: Command not found
make[2]: Entering directory `/home/xiao/hi3521A/Hi3531_SDK_V1.0.D.0/osdrv/uboot/u-boot-2010.06/arch/arm/cpu/godnet'
/bin/sh: line 2: arm-hisiv100nptl-linux-gcc: command not found
/bin/sh: line 2: arm-hisiv100nptl-linux-gcc: command not found
make[2]: *** No rule to make target `.depend', needed by `_depend'. Stop.
make[2]: arm-hisiv100nptl-linux-gcc: Command not found
make[2]: Entering directory `/home/xiao/hi3521A/Hi3531_SDK_V1.0.D.0/osdrv/uboot/u-boot-2010.06/arch/arm/cpu/godnet'
/bin/sh: arm-hisiv100nptl-linux-gcc: command not found
dirname: missing operand
Try 'dirname --help' for more information.
/bin/sh: arm-hisiv100nptl-linux-gcc: command not found
dirname: missing operand
Try 'dirname --help' for more information.
make[2]: arm-hisiv100nptl-linux-gcc: Command not found
make[2]: Entering directory `/home/xiao/hi3521A/Hi3531_SDK_V1.0.D.0/osdrv/uboot/u-boot-2010.06/tools'
/bin/sh: arm-hisiv100nptl-linux-gcc: command not found
dirname: missing operand
Try 'dirname --help' for more information.
make[2]: arm-hisiv100nptl-linux-gcc: Command not found
make[2]: Entering directory `/home/xiao/hi3521A/Hi3531_SDK_V1.0.D.0/osdrv/uboot/u-boot-2010.06/examples/standalone'
/bin/sh: arm-hisiv100nptl-linux-gcc: command not found
dirname: missing operand
Try 'dirname --help' for more information.
make[2]: arm-hisiv100nptl-linux-gcc: Command not found
make[2]: Entering directory `/home/xiao/hi3521A/Hi3531_SDK_V1.0.D.0/osdrv/uboot/u-boot-2010.06/examples/api'
/bin/sh: arm-hisiv100nptl-linux-gcc: command not found
dirname: missing operand
Try 'dirname --help' for more information.
make[2]: /bin/sh: arm-hisiv100nptl-linux-gcc: command not found
arm-hisiv100nptl-linux-gcc: Command not found
make[2]: Entering directory `/home/xiao/hi3521A/Hi3531_SDK_V1.0.D.0/osdrv/uboot/u-boot-2010.06/arch/arm/cpu/godnet'
dirname: missing operand
Try 'dirname --help' for more information.
/bin/sh: arm-hisiv100nptl-linux-gcc: command not found
dirname: missing operand
Try 'dirname --help' for more information.
make[2]: arm-hisiv100nptl-linux-gcc: Command not found
make[2]: *** [hello_world.o] Error 127
make[1]: *** [examples/standalone] Error 2
make[1]: *** Waiting for unfinished jobs....
make[2]: arm-hisiv100nptl-linux-gcc: Command not found
make[2]: Entering directory `/home/xiao/hi3521A/Hi3531_SDK_V1.0.D.0/osdrv/uboot/u-boot-2010.06/arch/arm/cpu/godnet'
make[2]: arm-hisiv100nptl-linux-gcc: Command not found
make[2]: *** [start.o] Error 127
make[1]: *** [arch/arm/cpu/godnet/start.o] Error 2
/home/xiao/hi3521A/Hi3531_SDK_V1.0.D.0/osdrv/uboot/u-boot-2010.06/lib/md5.c: In function ‘MD5Final’:
/home/xiao/hi3521A/Hi3531_SDK_V1.0.D.0/osdrv/uboot/u-boot-2010.06/lib/md5.c:156:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
((__u32 *) ctx->in)[14] = ctx->bits[0];
^
/home/xiao/hi3521A/Hi3531_SDK_V1.0.D.0/osdrv/uboot/u-boot-2010.06/lib/md5.c:157:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
((__u32 *) ctx->in)[15] = ctx->bits[1];
^
kwbimage.c: In function ‘kwbimage_verify_header’:
kwbimage.c:350:10: warning: variable ‘calc_exthdrcsum’ set but not used [-Wunused-but-set-variable]
uint8_t calc_exthdrcsum;
^
make[1]: INTERNAL: Exiting with 21 jobserver tokens available; should be 20!
~/hi3521A/Hi3531_SDK_V1.0.D.0/osdrv
cp /home/xiao/hi3521A/Hi3531_SDK_V1.0.D.0/osdrv/uboot/u-boot-2010.06/u-boot.bin /home/xiao/hi3521A/Hi3531_SDK_V1.0.D.0/osdrv/pub/image_uclibc
cp: cannot stat ‘/home/xiao/hi3521A/Hi3531_SDK_V1.0.D.0/osdrv/uboot/u-boot-2010.06/u-boot.bin’: No such file or directory
make: *** [hiboot] Error 1
xiao@ubuntu:~/hi3521A/Hi3531_SDK_V1.0.D.0/osdrv$
补充内容 (2017-1-4 22:43):
使用的编译系统是xiao@ubuntu:/$ uname -a
Linux ubuntu 4.4.0-57-generic #78-Ubuntu SMP Fri Dec 9 23:50:32 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
xiao@ubuntu:/$
我来回答
回答6个
时间排序
认可量排序
认可0
认可0
认可0
认可0
认可0
认可0
或将文件直接拖到这里
悬赏:
E币
网盘
* 网盘链接:
* 提取码:
悬赏:
E币
Markdown 语法
- 加粗**内容**
- 斜体*内容*
- 删除线~~内容~~
- 引用> 引用内容
- 代码`代码`
- 代码块```编程语言↵代码```
- 链接[链接标题](url)
- 无序列表- 内容
- 有序列表1. 内容
- 缩进内容
- 图片![alt](url)
相关问答
-
2019-05-20 23:41:43
-
22018-08-28 13:14:22
-
32018-08-28 19:59:27
-
2018-03-30 09:31:50
-
2013-01-26 16:47:22
-
2019-06-27 16:04:49
-
2024-07-27 17:49:08
-
2019-06-24 19:27:30
-
2020-04-21 14:08:51
-
2024-09-30 21:43:42
-
2024-08-09 23:13:39
-
112023-12-01 14:59:23
-
2017-08-29 15:41:46
-
2017-09-19 10:16:20
-
2016-03-31 10:53:16
-
2024-04-26 15:15:24
-
2018-06-05 15:59:12
-
2022-07-06 18:09:09
-
2018-12-11 13:59:30
无更多相似问答 去提问
点击登录
-- 积分
-- E币
提问
—
收益
—
被采纳
—
我要提问
切换马甲
上一页
下一页
悬赏问答
-
5Hi3516CV610 如何使用SD卡升级固件
-
5cat /dev/logmpp 报错 <3>[ vi] [func]:vi_send_frame_node [line]:99 [info]:vi pic queue is full!
-
50如何获取vpss chn的图像修改后发送至vo
-
5FPGA通过Bt1120传YUV422数据过来,vi接收不到数据——3516dv500
-
50SS928 运行PQtools 拼接 推到设备里有一半画面会异常
-
53536AV100的sample_vdec输出到CVBS显示
-
10海思板子mpp怎么在vi阶段改变视频数据尺寸
-
10HI3559AV100 多摄像头同步模式
-
9海思ss928单路摄像头vio中加入opencv处理并显示
-
10EB-RV1126-BC-191板子运行自己编码的程序
举报反馈
举报类型
- 内容涉黄/赌/毒
- 内容侵权/抄袭
- 政治相关
- 涉嫌广告
- 侮辱谩骂
- 其他
详细说明
提醒
你的问题还没有最佳答案,是否结题,结题后将扣除20%的悬赏金
取消
确认
提醒
你的问题还没有最佳答案,是否结题,结题后将根据回答情况扣除相应悬赏金(1回答=1E币)
取消
确认