OpenEdv-开源电子网

 找回密码
 立即注册
正点原子全套STM32/Linux/FPGA开发资料,上千讲STM32视频教程免费下载...
查看: 3977|回复: 2

实验51 USB声卡实验 编译问题,希望各位大侠给予指点

[复制链接]

5

主题

14

帖子

0

精华

初级会员

Rank: 2

积分
55
金钱
55
注册时间
2013-1-13
在线时间
0 小时
发表于 2013-1-13 23:04:48 | 显示全部楼层 |阅读模式
C:\Keil\ARM\INC\ST\STM32F10x\stm32f10x_it.h(36): error:  #1268-D: declaration aliased to undefined entity "SysTickHandler"
C:\Keil\ARM\INC\ST\STM32F10x\stm32f10x_it.h:   void SysTick_Handler(void)    __attribute__ ((alias("SysTickHandler")));
C:\Keil\ARM\INC\ST\STM32F10x\stm32f10x_it.h:                                                 ^
C:\Keil\ARM\INC\ST\STM32F10x\stm32f10x_it.h(35): error:  #1268-D: declaration aliased to undefined entity "PendSVC"
C:\Keil\ARM\INC\ST\STM32F10x\stm32f10x_it.h:   void PendSV_Handler(void)     __attribute__ ((alias("PendSVC")));
C:\Keil\ARM\INC\ST\STM32F10x\stm32f10x_it.h:                                                 ^
C:\Keil\ARM\INC\ST\STM32F10x\stm32f10x_it.h(34): error:  #1268-D: declaration aliased to undefined entity "SVCHandler"
C:\Keil\ARM\INC\ST\STM32F10x\stm32f10x_it.h:   void SVC_Handler(void)        __attribute__ ((alias("SVCHandler")));
C:\Keil\ARM\INC\ST\STM32F10x\stm32f10x_it.h:                                                 ^
C:\Keil\ARM\INC\ST\STM32F10x\stm32f10x_it.h(33): error:  #1268-D: declaration aliased to undefined entity "DebugMonitor"
C:\Keil\ARM\INC\ST\STM32F10x\stm32f10x_it.h:   void DebugMon_Handler(void)   __attribute__ ((alias("DebugMonitor")));
C:\Keil\ARM\INC\ST\STM32F10x\stm32f10x_it.h:                                                 ^
C:\Keil\ARM\INC\ST\STM32F10x\stm32f10x_it.h(32): error:  #1268-D: declaration aliased to undefined entity "UsageFaultException"
C:\Keil\ARM\INC\ST\STM32F10x\stm32f10x_it.h:   void UsageFault_Handler(void) __attribute__ ((alias("UsageFaultException")));
C:\Keil\ARM\INC\ST\STM32F10x\stm32f10x_it.h:                                                 ^
C:\Keil\ARM\INC\ST\STM32F10x\stm32f10x_it.h(31): error:  #1268-D: declaration aliased to undefined entity "BusFaultException"
C:\Keil\ARM\INC\ST\STM32F10x\stm32f10x_it.h:   void BusFault_Handler(void)   __attribute__ ((alias("BusFaultException")));
C:\Keil\ARM\INC\ST\STM32F10x\stm32f10x_it.h:                                                 ^
C:\Keil\ARM\INC\ST\STM32F10x\stm32f10x_it.h(30): error:  #1268-D: declaration aliased to undefined entity "MemManageException"
C:\Keil\ARM\INC\ST\STM32F10x\stm32f10x_it.h:   void MemManage_Handler(void)  __attribute__ ((alias("MemManageException")));
C:\Keil\ARM\INC\ST\STM32F10x\stm32f10x_it.h:                                                 ^
C:\Keil\ARM\INC\ST\STM32F10x\stm32f10x_it.h(29): error:  #1268-D: declaration aliased to undefined entity "HardFaultException"
C:\Keil\ARM\INC\ST\STM32F10x\stm32f10x_it.h:   void HardFault_Handler(void)  __attribute__ ((alias("HardFaultException")));
C:\Keil\ARM\INC\ST\STM32F10x\stm32f10x_it.h:                                                 ^
C:\Keil\ARM\INC\ST\STM32F10x\stm32f10x_it.h(28): error:  #1268-D: declaration aliased to undefined entity "NMIException"
C:\Keil\ARM\INC\ST\STM32F10x\stm32f10x_it.h:   void NMI_Handler(void)        __attribute__ ((alias("NMIException")));
C:\Keil\ARM\INC\ST\STM32F10x\stm32f10x_it.h:                                                 ^
C:\Keil\ARM\INC\ST\STM32F10x\stm32f10x_it.h: ..\USB\CONFIG\hw_config.c: 0 warnings, 9 errors
compiling stm32f10x_it.c...
C:\Keil\ARM\INC\ST\STM32F10x\stm32f10x_it.h(36): error:  #1268-D: declaration aliased to undefined entity "SysTickHandler"
C:\Keil\ARM\INC\ST\STM32F10x\stm32f10x_it.h:   void SysTick_Handler(void)    __attribute__ ((alias("SysTickHandler")));
C:\Keil\ARM\INC\ST\STM32F10x\stm32f10x_it.h:                                                 ^
C:\Keil\ARM\INC\ST\STM32F10x\stm32f10x_it.h(35): error:  #1268-D: declaration aliased to undefined entity "PendSVC"
C:\Keil\ARM\INC\ST\STM32F10x\stm32f10x_it.h:   void PendSV_Handler(void)     __attribute__ ((alias("PendSVC")));
C:\Keil\ARM\INC\ST\STM32F10x\stm32f10x_it.h:                                                 ^
C:\Keil\ARM\INC\ST\STM32F10x\stm32f10x_it.h(34): error:  #1268-D: declaration aliased to undefined entity "SVCHandler"
C:\Keil\ARM\INC\ST\STM32F10x\stm32f10x_it.h:   void SVC_Handler(void)        __attribute__ ((alias("SVCHandler")));
C:\Keil\ARM\INC\ST\STM32F10x\stm32f10x_it.h:                                                 ^
C:\Keil\ARM\INC\ST\STM32F10x\stm32f10x_it.h(33): error:  #1268-D: declaration aliased to undefined entity "DebugMonitor"
C:\Keil\ARM\INC\ST\STM32F10x\stm32f10x_it.h:   void DebugMon_Handler(void)   __attribute__ ((alias("DebugMonitor")));
C:\Keil\ARM\INC\ST\STM32F10x\stm32f10x_it.h:                                                 ^
C:\Keil\ARM\INC\ST\STM32F10x\stm32f10x_it.h(32): error:  #1268-D: declaration aliased to undefined entity "UsageFaultException"
C:\Keil\ARM\INC\ST\STM32F10x\stm32f10x_it.h:   void UsageFault_Handler(void) __attribute__ ((alias("UsageFaultException")));
C:\Keil\ARM\INC\ST\STM32F10x\stm32f10x_it.h:                                                 ^
C:\Keil\ARM\INC\ST\STM32F10x\stm32f10x_it.h(31): error:  #1268-D: declaration aliased to undefined entity "BusFaultException"
C:\Keil\ARM\INC\ST\STM32F10x\stm32f10x_it.h:   void BusFault_Handler(void)   __attribute__ ((alias("BusFaultException")));
C:\Keil\ARM\INC\ST\STM32F10x\stm32f10x_it.h:                                                 ^
C:\Keil\ARM\INC\ST\STM32F10x\stm32f10x_it.h(30): error:  #1268-D: declaration aliased to undefined entity "MemManageException"
C:\Keil\ARM\INC\ST\STM32F10x\stm32f10x_it.h:   void MemManage_Handler(void)  __attribute__ ((alias("MemManageException")));
C:\Keil\ARM\INC\ST\STM32F10x\stm32f10x_it.h:                                                 ^
C:\Keil\ARM\INC\ST\STM32F10x\stm32f10x_it.h(29): error:  #1268-D: declaration aliased to undefined entity "HardFaultException"
C:\Keil\ARM\INC\ST\STM32F10x\stm32f10x_it.h:   void HardFault_Handler(void)  __attribute__ ((alias("HardFaultException")));
C:\Keil\ARM\INC\ST\STM32F10x\stm32f10x_it.h:                                                 ^
C:\Keil\ARM\INC\ST\STM32F10x\stm32f10x_it.h(28): error:  #1268-D: declaration aliased to undefined entity "NMIException"
C:\Keil\ARM\INC\ST\STM32F10x\stm32f10x_it.h:   void NMI_Handler(void)        __attribute__ ((alias("NMIException")));
C:\Keil\ARM\INC\ST\STM32F10x\stm32f10x_it.h:                                                 ^
C:\Keil\ARM\INC\ST\STM32F10x\stm32f10x_it.h: ..\USB\CONFIG\stm32f10x_it.c: 0 warnings, 9 errors
正点原子逻辑分析仪DL16劲爆上市
回复

使用道具 举报

5

主题

14

帖子

0

精华

初级会员

Rank: 2

积分
55
金钱
55
注册时间
2013-1-13
在线时间
0 小时
 楼主| 发表于 2013-1-13 23:05:54 | 显示全部楼层
不知那里,出错了,麻烦各位大侠,指点,谢谢
回复 支持 反对

使用道具 举报

530

主题

11万

帖子

34

精华

管理员

Rank: 12Rank: 12Rank: 12

积分
165540
金钱
165540
注册时间
2010-12-1
在线时间
2117 小时
发表于 2013-1-14 01:21:39 | 显示全部楼层
回复【2楼】ping830:
---------------------------------
请看readme.txt
我是开源电子网www.openedv.com站长,有关站务问题请与我联系。
正点原子STM32开发板购买店铺http://openedv.taobao.com
正点原子官方微信公众平台,点击这里关注“正点原子”
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则



关闭

原子哥极力推荐上一条 /2 下一条

正点原子公众号

QQ|手机版|OpenEdv-开源电子网 ( 粤ICP备12000418号-1 )

GMT+8, 2025-7-21 11:20

Powered by OpenEdv-开源电子网

© 2001-2030 OpenEdv-开源电子网

快速回复 返回顶部 返回列表