Examples

随笔分类 -  编译环境时出的问题

unresolvable R_AARCH64_ADR_PREL_PG_HI21 relocation against symbol `stdin@@GLIBC_2.17'
摘要:记录编译的时候出现的问题: /opt/hisi-linux/x86-arm/aarch64-himix100-linux/host_bin/../lib/gcc/aarch64-linux-gnu/6.3.0/../../../../aarch64-linux-gnu/bin/ld: libcryp 阅读全文

posted @ 2021-02-02 11:06 足各火丁 阅读(8672) 评论(0) 推荐(1)

Makefile学习问题一
摘要:在学习Makefile编写过程中,遇到的问题,记录在此。 1. Makefile如下: main:main.o test1.o test2.ogcc -o $@ $^main.o:main.c test.hgcc -o $@ $<test1.o:test1.c test.hgcc -o $@ $<t 阅读全文

posted @ 2020-06-29 11:34 足各火丁 阅读(375) 评论(0) 推荐(0)

Hitool打开出现failed to create the java virtual machine
摘要:今天在安装Hitool后,打开hitool后出现了错误:failed to create the java virtual machine。 解决方法如下: 记事本打开HiTool.ini -startupplugins/org.eclipse.equinox.launcher_1.2.0.v201 阅读全文

posted @ 2017-05-27 11:55 足各火丁 阅读(3785) 评论(0) 推荐(0)

编译u-boot时候,make distclean 出现rm:无法删除,****是一个目录
摘要:今天在编译u-boot的时候,make distclean,出现了rm:无法删除"include/asm-arm/arch":是一个目录。经过查看网友的解决办法,已经解决了。具体解决办法:在uboot顶层有个mkconfig文件,vim打开后,在里面所有的rm后面都加上 -r。例如:rm -d as... 阅读全文

posted @ 2015-03-27 16:44 足各火丁 阅读(2205) 评论(0) 推荐(0)

编译gawk出现问题,没有安装gawk。
摘要:安装gawk 阅读全文

posted @ 2014-09-24 17:38 足各火丁 阅读(4997) 评论(0) 推荐(0)

'gets' undeclared here (not in a function)
摘要:'gets' undeclared here (not in a function) 阅读全文

posted @ 2014-09-23 13:49 足各火丁 阅读(16745) 评论(0) 推荐(0)

导航

Examples