页次: 1
PS D:\f1c100s\f1c100svisualcode_makeproject\F1ARM9\f1c200s_library-master> make --version
GNU Make 3.81
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
////////////////////////////////////////////////////////////////////
PS D:\f1c100s\f1c100svisualcode_makeproject\F1ARM9\f1c200s_library-master> arm-none-eabi-gcc --version
arm-none-eabi-gcc.exe (GNU Arm Embedded Toolchain 10.3-2021.10) 10.3.1 20210824 (release)
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
/////////////////////////////////////////////////////////////////////////
PS D:\f1c100s\f1c100svisualcode_makeproject\F1ARM9\f1c200s_library-master> make -j16 all
compiling task.c...
Linking...
text data bss dec hex filename
910576 1672 16827076 17739324 10eae3c output/f1c200s_library.elf
The bootloader head has been fixed, spl size is 7680 bytes.
building f1c200s_library.bin
///////////////////////////////////////////////////////////////////////////////////////////
PS D:\f1c100s\f1c100svisualcode_makeproject\F1ARM9\f1c200s_library-master> make write
100% [================================================] 3962 kB, 90.2 kB/s
SPI FLASH W25Q128JVSIQ 有朋友反映不能与NAND FLASH配合使用
它在 Windows 10 和 Windows 11 上编译没有任何问题。
GNU MAKE
https://gnuwin32.sourceforge.net/downlinks/make.php
GCC
页次: 1