查看: 640|回复: 2
打印 上一主题 下一主题

求高手帮忙MDK编译出错的问题

[复制链接] qrcode

1

主题

3

帖子

9

积分

新手上路

Rank: 1

积分
9
楼主
跳转到指定楼层
发表于 2015-12-18 05:19 AM | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
刚开始用mdk,下了个mp3软解码的程序想试试,学习学习,但是mdk编译.s文件总是出错,上网找了很久也找不到是什么原因,大家帮我看看啊~~~~~

compiling STM32f10x_it.c...
../stm32f10x_it.c(594): warning: #188-D: enumerated type mixed with another type
../stm32f10x_it.c(596): warning: #188-D: enumerated type mixed with another type
../stm32f10x_it.c(598): warning: #188-D: enumerated type mixed with another type
compiling main.c...
../main.c(53): warning: #188-D: enumerated type mixed with another type
../main.c(54): warning: #188-D: enumerated type mixed with another type
../main.c(59): warning: #188-D: enumerated type mixed with another type
../main.c(475): warning: #188-D: enumerated type mixed with another type
../main.c(481): warning: #188-D: enumerated type mixed with another type
../main.c(546): warning: #111-D: statement is unreachable
compiling sdcard.c...
compiling stm32f10x_adc.c...
compiling stm32f10x_bkp.c...
compiling stm32f10x_can.c...
compiling stm32f10x_crc.c...
compiling stm32f10x_dac.c...
compiling stm32f10x_dbgmcu.c...
compiling stm32f10x_dma.c...
compiling stm32f10x_exti.c...
compiling stm32f10x_flash.c...
compiling stm32f10x_fsmc.c...
compiling stm32f10x_gpio.c...
compiling stm32f10x_i2c.c...
compiling stm32f10x_iwdg.c...
compiling stm32f10x_lib.c...
compiling stm32f10x_nvic.c...
compiling stm32f10x_pwr.c...
compiling stm32f10x_rcc.c...
compiling stm32f10x_rtc.c...
compiling stm32f10x_sdio.c...
compiling stm32f10x_spi.c...
compiling stm32f10x_systick.c...
compiling stm32f10x_tim.c...
compiling stm32f10x_usart.c...
compiling stm32f10x_wwdg.c...
assembling cortexm3_macro.s...
assembling stm32f10x_vector.s...
compiling mp3dec.c...
compiling mp3tabs.c...
compiling bitstream.c...
compiling buffers.c...
compiling dct32.c...
compiling dequant.c...
compiling dqchan.c...
../../Mp3Lib_for_arm/real/dqchan.c(248): warning: #550-D: variable "cbStartL" was set but never used
compiling huffman.c...
../../Mp3Lib_for_arm/real/huffman.c(386): warning: #550-D: variable "sfi" was set but never used
compiling hufftabs.c...
compiling imdct.c...
compiling scalfact.c...
../../Mp3Lib_for_arm/real/scalfact.c(211): warning: #550-D: variable "iipTest" was set but never used
compiling stproc.c...
compiling subband.c...
../../Mp3Lib_for_arm/real/subband.c(63): warning: #550-D: variable "hi" was set but never used
compiling trigtabs.c...
assembling asmpoly_thumb2.s...
..\..\Mp3Lib_for_arm\real\arm\asmpoly_thumb2.s(1): error: A1163E: Unknown opcode cortex-m3 , expecting opcode or Macro
..\..\Mp3Lib_for_arm\real\arm\asmpoly_thumb2.s(2): error: A1163E: Unknown opcode softvfp , expecting opcode or Macro
..\..\Mp3Lib_for_arm\real\arm\asmpoly_thumb2.s(3): error: A1167E: Invalid line start
..\..\Mp3Lib_for_arm\real\arm\asmpoly_thumb2.s(4): error: A1167E: Invalid line start
..\..\Mp3Lib_for_arm\real\arm\asmpoly_thumb2.s(5): error: A1167E: Invalid line start
..\..\Mp3Lib_for_arm\real\arm\asmpoly_thumb2.s(7): error: A1163E: Unknown opcode PCM , expecting opcode or Macro
..\..\Mp3Lib_for_arm\real\arm\asmpoly_thumb2.s(8): error: A1355U: A Label was found which was in no AREA
assembling asmmisc.s...
..\..\Mp3Lib_for_arm\real\arm\asmmisc.s(1): error: A1167E: Invalid line start
..\..\Mp3Lib_for_arm\real\arm\asmmisc.s(2): error: A1167E: Invalid line start
..\..\Mp3Lib_for_arm\real\arm\asmmisc.s(3): error: A1167E: Invalid line start
..\..\Mp3Lib_for_arm\real\arm\asmmisc.s(4): error: A1167E: Invalid line start
..\..\Mp3Lib_for_arm\real\arm\asmmisc.s(5): error: A1167E: Invalid line start
..\..\Mp3Lib_for_arm\real\arm\asmmisc.s(6): error: A1167E: Invalid line start
..\..\Mp3Lib_for_arm\real\arm\asmmisc.s(7): error: A1167E: Invalid line start
..\..\Mp3Lib_for_arm\real\arm\asmmisc.s(8): error: A1167E: Invalid line start
..\..\Mp3Lib_for_arm\real\arm\asmmisc.s(9): error: A1167E: Invalid line start
..\..\Mp3Lib_for_arm\real\arm\asmmisc.s(10): error: A1167E: Invalid line start
..\..\Mp3Lib_for_arm\real\arm\asmmisc.s(11): error: A1167E: Invalid line start
..\..\Mp3Lib_for_arm\real\arm\asmmisc.s(12): error: A1167E: Invalid line start
..\..\Mp3Lib_for_arm\real\arm\asmmisc.s(13): error: A1167E: Invalid line start
..\..\Mp3Lib_for_arm\real\arm\asmmisc.s(14): error: A1167E: Invalid line start
..\..\Mp3Lib_for_arm\real\arm\asmmisc.s(15): error: A1167E: Invalid line start
..\..\Mp3Lib_for_arm\real\arm\asmmisc.s(16): error: A1167E: Invalid line start
..\..\Mp3Lib_for_arm\real\arm\asmmisc.s(17): error: A1167E: Invalid line start
..\..\Mp3Lib_for_arm\real\arm\asmmisc.s(18): error: A1167E: Invalid line start
..\..\Mp3Lib_for_arm\real\arm\asmmisc.s(19): error: A1167E: Invalid line start
..\..\Mp3Lib_for_arm\real\arm\asmmisc.s(20): error: A1167E: Invalid line start
..\..\Mp3Lib_for_arm\real\arm\asmmisc.s(21): error: A1167E: Invalid line start
..\..\Mp3Lib_for_arm\real\arm\asmmisc.s(22): error: A1167E: Invalid line start
..\..\Mp3Lib_for_arm\real\arm\asmmisc.s(23): error: A1167E: Invalid line start
..\..\Mp3Lib_for_arm\real\arm\asmmisc.s(24): error: A1167E: Invalid line start
..\..\Mp3Lib_for_arm\real\arm\asmmisc.s(25): error: A1167E: Invalid line start
..\..\Mp3Lib_for_arm\real\arm\asmmisc.s(26): error: A1167E: Invalid line start
..\..\Mp3Lib_for_arm\real\arm\asmmisc.s(27): error: A1167E: Invalid line start
..\..\Mp3Lib_for_arm\real\arm\asmmisc.s(28): error: A1167E: Invalid line start
..\..\Mp3Lib_for_arm\real\arm\asmmisc.s(29): error: A1167E: Invalid line start
..\..\Mp3Lib_for_arm\real\arm\asmmisc.s(30): error: A1167E: Invalid line start
..\..\Mp3Lib_for_arm\real\arm\asmmisc.s(31): error: A1167E: Invalid line start
..\..\Mp3Lib_for_arm\real\arm\asmmisc.s(32): error: A1167E: Invalid line start
..\..\Mp3Lib_for_arm\real\arm\asmmisc.s(33): error: A1167E: Invalid line start
..\..\Mp3Lib_for_arm\real\arm\asmmisc.s(34): error: A1167E: Invalid line start
..\..\Mp3Lib_for_arm\real\arm\asmmisc.s(37): error: A1167E: Invalid line start
..\..\Mp3Lib_for_arm\real\arm\asmmisc.s(38): error: A1163E: Unknown opcode int , expecting opcode or Macro
..\..\Mp3Lib_for_arm\real\arm\asmmisc.s(39): error: A1167E: Invalid line start
..\..\Mp3Lib_for_arm\real\arm\asmmisc.s(41): error: A1163E: Unknown opcode cortex-m3 , expecting opcode or Macro
..\..\Mp3Lib_for_arm\real\arm\asmmisc.s(42): error: A1163E: Unknown opcode softvfp , expecting opcode or Macro
..\..\Mp3Lib_for_arm\real\arm\asmmisc.s(43): error: A1167E: Invalid line start
..\..\Mp3Lib_for_arm\real\arm\asmmisc.s(44): error: A1167E: Invalid line start
..\..\Mp3Lib_for_arm\real\arm\asmmisc.s(45): error: A1167E: Invalid line start
..\..\Mp3Lib_for_arm\real\arm\asmmisc.s(47): error: A1137E: Unexpected characters at end of line
..\..\Mp3Lib_for_arm\real\arm\asmmisc.s(48): error: A1137E: Unexpected characters at end of line
..\..\Mp3Lib_for_arm\real\arm\asmmisc.s(49): error: A1163E: Unknown opcode xmp3_MULSHIFT32: , expecting opcode or Macro
..\..\Mp3Lib_for_arm\real\arm\asmmisc.s(50): error: A1105E: Area directive missing
..\..\Mp3Lib_for_arm\real\arm\asmmisc.s(50): warning: A1088W: Faking declaration of area AREA |$$$$$$$|
..\..\Mp3Lib_for_arm\real\arm\asmmisc.s(51): error: A1167E: Invalid line start
..\..\Mp3Lib_for_arm\real\arm\asmmisc.s(56): error: A1137E: Unexpected characters at end of line
..\..\Mp3Lib_for_arm\real\arm\asmmisc.s(57): error: A1137E: Unexpected characters at end of line
..\..\Mp3Lib_for_arm\real\arm\asmmisc.s(58): error: A1163E: Unknown opcode xmp3_FASTABS: , expecting opcode or Macro
compiling diskio.c...
compiling ff.c...
Target not created


编译总出现这种问题,实在弄不清楚到底是怎么了,还望高手赐教啊!!
回复

使用道具 举报

1

主题

3

帖子

9

积分

新手上路

Rank: 1

积分
9
沙发
 楼主| 发表于 2015-12-21 09:40 AM | 只看该作者
急速比分还是冲射比分好http://www.okokoo.com/

急速比分还是冲射比分好http://www.okokoo.com/

急速比分还是冲射比分好http://www.okokoo.com/

急速比分还是冲射比分好http://www.okokoo.com/

急速比分还是冲射比分好http://www.okokoo.com/
回复 支持 反对

使用道具 举报

1

主题

3

帖子

9

积分

新手上路

Rank: 1

积分
9
板凳
 楼主| 发表于 2015-12-21 12:17 PM | 只看该作者
顶起来~~~~期待高手指点啊~~~~~                                                                                                                                                                       
回复 支持 反对

使用道具 举报

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

本版积分规则

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