C언어,ARM

uint64_t gcc err

안녕1999 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);
                                                                 ^ 


임시 해결 : 사용하지 않으므로, 해당 함수 주석처리함.