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
错误 错误

友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
该问题目前已经被作者或者管理员关闭, 无法添加新回复
5条回答
dzng11
1楼-- · 2019-10-15 09:39
我就__attribute__ ((at(0x8000ff0)))这样用的,版本是5.22的
hgr211
2楼-- · 2019-10-15 14:50
估计是新版本,keil里面的pack升级了,所以不兼容,stm32升级后,好像那个config的就不需要了。反正有些改变,自己研究下
dzng11
3楼-- · 2019-10-15 19:40
换这个看看   __attribute__ (at(0x8000ff0))      
ggggidtf520
4楼-- · 2019-10-15 22:34
dzng11 发表于 2017-1-21 11:39
换这个看看   __attribute__ (at(0x8000ff0))

还是不行呢,虚线表在at上了
ggggidtf520
5楼-- · 2019-10-16 02:26
 精彩回答 2  元偷偷看……

一周热门 更多>