页次: 1
应该是说这个吧: https://whycan.cn/t_3844.html
我语文没有学好,以为是DEMO板。
https://whycan.cn/files/members/2714/ 320板.png
我是认真的,不知道有图片显示不?
貌似你的 cygwin64 find 命令和批处理里面的命令不兼容,
我的用的是git自带的msys shell和MDK编译的:https://git-scm.com/download/win
https://download.tortoisegit.org/tgit/2.9.0.0/TortoiseGit-2.9.0.0-32bit.msi
https://download.tortoisegit.org/tgit/2.9.0.0/TortoiseGit-2.9.0.0-64bit.msi
wind10 64bit
安装git, TortoiseGit 64bit
进入 MELIS100A 目录
bash here
make 后,
bash: make: command not found
不知道我是那里错了呢
我也遇到了
*** Error: Failed to execute 'arm-none-eabi-gcc'
compiling fb-f1c100s.c...
*** Error: Failed to execute 'arm-none-eabi-gcc'
compiling irq_misc.c...
*** Error: Failed to execute 'arm-none-eabi-gcc'
linking...
--- Error: failed to execute 'arm-none-eabi-gcc'
".\Objects\f1c100s.elf" - 1 Error(s), 0 Warning(s).
Target not created.
Build Time Elapsed: 00:00:01
编译路径没选对,设定到项目下 Toolchain 文件夹
.....
linking...
After Build - User command #1: Toolchain\bin\arm-none-eabi-objcopy -O binary Objects\f1c100s.elf Objects\f1c100s.bin
After Build - User command #2: Tools\mksunxi Objects\f1c100s.bin
".\Objects\f1c100s.elf" - 0 Error(s), 0 Warning(s).
Build Time Elapsed: 00:00:03
D:\ARM9\f1c100s_mdk\f1c100s_keil\flashtospi.bat
D:\ARM9\f1c100s_mdk\f1c100s_keil>.\Tools\sunxi-fel.exe -p spiflash-write 0 .\Objects\f1c100s.bin
usb_bulk_send() ERROR -9: Pipe error
我重新设定了GCC设定为:...f1c100s_keil\Toolchain\; 然后编译通过
点下载时,出现一个检验失败。
........
compiling sys-copyself.c...
linking...
After Build - User command #1: Toolchain\bin\arm-none-eabi-objcopy -O binary Objects\f1c100s.elf Objects\f1c100s.bin
After Build - User command #2: Tools\mksunxi Objects\f1c100s.bin
".\Objects\f1c100s.elf" - 0 Error(s), 0 Warning(s).
Build Time Elapsed: 00:00:12
flashtoram.bat
D:\ARM9\f1c100s_mdk\f1c100s_keil>.\Tools\sunxi-fel.exe spl .\Objects\f1c100s.bin
SPL: checksum check failed
D:\ARM9\f1c100s_mdk\f1c100s_keil>.\Tools\sunxi-fel.exe -p write 0x80000000 .\Objects\f1c100s.bin
100% [================================================] 42 kB, 207.9 kB/s
D:\ARM9\f1c100s_mdk\f1c100s_keil>.\Tools\sunxi-fel.exe exec 0x80000000
页次: 1