SDK has been successfully set up and is ready to be used.Eachtime you wish to use the SDK in anewshell session, you need tosourcethe environment setup script e.g. $ ./opt/yg2lx/environment-setup-aarch64-poky-linux$ ./opt/yg2lx/environment-setup-armv7vet2hf-neon-vfpv4-pokymllib32-...
采用默认的config编译安装没问题,但生成的库libxml2.so,交叉编译工具arm-linux-gnueabihf-g++无法识别,所以尝试采用arm-linux-gnueabihf-g++进行编译,但不能正常编译,具体情况如下: 之前未指定arm-linux-gnueabihf-g++路径设置编译选项(sudo ./configure --host=arm-linux CC=arm-linux-gnueabihf-g++),报错如下 chec...
用vim编写一个hello.c: 保存后编译:$CC hello.c -o hello 编译后查看hello文件类型: lugl@lugl-virtual-machine:~/MYD/sdk$ file hellohello: ELF64-bit LSB shared object, ARM aarch64, version1(SYSV), dynamically linked, interpreter /lib64/ld-linux-aarch64.so.1, for GNU/Linux3.14.0, Buil...
保存后编译:$CC hello.c -o hello 编译后查看hello文件类型: lugl@lugl-virtual-machine:~/MYD/sdk$ file hello hello: ELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-aarch64.so.1, for GNU/Linux 3.14.0, BuildID[sha1]=5aa9...
采用默认的config编译安装没问题,但生成的库libxml2.so,交叉编译工具arm-linux-gnueabihf-g++无法识别,所以尝试采用arm-linux-gnueabihf-g++进行编译,但不能正常编译,具体情况如下: 之前未指定arm-linux-gnueabihf-g++路径设置编译选项(sudo ./configure --host=arm-linux CC=arm-linux-gnueabihf-g++),报错如下 ...
采用默认的config编译安装没问题,但生成的库libxml2.so,交叉编译工具arm-linux-gnueabihf-g++无法识别,所以尝试采用arm-linux-gnueabihf-g++进行编译,但不能正常编译,具体情况如下: 之前未指定arm-linux-gnueabihf-g++路径设置编译选项(sudo ./configure --host=arm-linux CC=arm-linux-gnueabihf-g++),报错如下...