KEIL5.2 安装后,编译出错,__at,求助大神!急急急

2019-10-15 06:20发布


..main.c(30): error:  #65: expected a ";"
  u32 startup __at(0x2000D5F0);
..main.c(41): error:  #65: expected a ";"
  extern u16 all_data[16600] __at (0x20005002);
..main.c: 0 warnings, 2 errors
compiling BSP.c...
..BSP.c(13): error:  #65: expected a ";"
  extern u16 all_data[16600] __at (0x20005002);
..BSP.c: 0 warnings, 1 error
compiling usart_com.c...
..usart_com.c(19): error:  #65: expected a ";"
  const signed short int  x[0x770C] __at (flash_start_address+2)=
..usart_com.c(35): error:  #65: expected a ";"
  const u8   p_x[2] __at (flash_start_address)={0x08,0x00};       
..usart_com.c(63): error:  #65: expected a ";"
  u16  all_data[16600] __at (0x20005004);
..usart_com.c(64): error:  #65: expected a ";"
  u8   p_all_data[4] __at (0x20005000);
..usart_com.c(65): error:  #65: expected a ";"
  u8  step_status[1000]   __at (0x2000D200);
..usart_com.c: 0 warnings, 5 errors
错误 错误

友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。