各位大神们,
小弟我最近刚开始学习66ak2e05这块芯片,目前还在搭建开发环境这一步。
虚拟机、CCS、SDK都已经装好了,但是到了下载交叉编译器这一步傻眼了。
gcc-linaro-5.3-2016.02-x86_64_arm-linux-gnueabihf.tar.xz这玩意儿打死也下不下来,
迅雷、web各种加速都用了,一直下载失败,求大神们给个可用的下载地址,
或者是否有其他可替代的版本下载,如果大神们有现成的请发我邮箱frank349733195@126.com。
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
各位大神们,
小弟我最近刚开始学习66ak2e05这块芯片,目前还在搭建开发环境这一步。
虚拟机、CCS、SDK都已经装好了,但是到了下载交叉编译器这一步傻眼了。
gcc-linaro-5.3-2016.02-x86_64_arm-linux-gnueabihf.tar.xz这玩意儿打死也下不下来,
迅雷、web各种加速都用了,一直下载失败,求大神们给个可用的下载地址,
或者是否有其他可替代的版本下载,如果大神们有现成的请发我邮箱frank349733195@126.com。
processor sdk k2e的Linux安装包里已经自带工具链,不用自己单独下载。
自带的包里面是4.9的版本,自己下的是5.3版本,而且自带的版本新建空白工程都编译不过。。。
Description Resource Path Location Type
error: ./main.o uses VFP register arguments, TestArm.out does not TestArm C/C++ Problem
failed to merge target specific data of file ./main.o TestArm C/C++ Problem
gmake: *** [TestArm.out] Error 1 TestArm C/C++ Problem
gmake: Target 'all' not remade because of errors. TestArm C/C++ Problem
recipe for target 'TestArm.out' failed makefile /TestArm/Debug__GNU line 136 C/C++ Problem
implicit declaration of function 'printf' [-Wimplicit-function-declaration] main.c /TestArm line 6 C/C++ Problem
incompatible implicit declaration of built-in function 'printf' main.c /TestArm line 6 C/C++ Problem
用5.3能够编译通过