uint64_t gcc err
C언어,ARM / 2016. 9. 9. 23:30
uint64_t gcc err
================= Compiler version ================= arm-none-eabi-gcc (GNU Tools for ARM Embedded Processors) 4.9.3 20150303 (releas e) [ARM/embedded-4_9-branch revision 221220] Copyright (C) 2014 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. ================= Compile ================= Using built-in specs. COLLECT_GCC=arm-none-eabi-gcc COLLECT_LTO_WRAPPER=d:/arm/bin/../lib/gcc/arm-none-eabi/4.9.3/lto-wrapper.exe Target: arm-none-eabi ... D:\ARM\xxxxxxxxx\inc\stm32f2xx_flash.h:301:65: error: expected ';', ',' or ' )' before 'Data' FLASH_Status FLASH_ProgramDoubleWord(uint32_t Address, uint64_t Data); ^ |
임시 해결 : 사용하지 않으므로, 해당 함수 주석처리함.
'C언어,ARM' 카테고리의 다른 글
gcc hex, bin file size 줄이기 (0) | 2016.09.09 |
---|---|
LinkerScript - stm32_flash.ld (0) | 2016.09.09 |
gcc - error: two or more data types in declaration specifiers (0) | 2016.09.09 |
startup_stm32f2xx.s - arm? gcc_ride7? (0) | 2016.09.09 |
프로그램 코드 라이브러리 작성시 고려사항 (0) | 2016.09.01 |