硬汉嵌入式论坛

 找回密码
 立即注册
查看: 11554|回复: 3
收起左侧

[有问必答] V5-  例程里面使用iar-arm编译器出现很多警告 ?

[复制链接]

610

主题

3062

回帖

4912

积分

至尊会员

积分
4912
发表于 2014-9-10 16:20:02 | 显示全部楼层 |阅读模式
V5-  例程里面使用iar-arm编译器出现很多警告 ?

该如何把这些屏蔽掉啊 ??

比如:V5-128_红外遥控器例程 这个里面的

Building configuration: Project - Flash
Updating build tree...

21  file(s) deleted.
Updating build tree...
bsp.c  
bsp_ir_decode.c  
bsp_key.c  
bsp_led.c  
bsp_timer.c  
bsp_uart_fifo.c  
main.c  
misc.c  
startup_stm32f40_41xxx.s
Warning[25]: Label 'Reset_Handler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 173
Warning[25]: Label 'NMI_Handler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 182
Warning[25]: Label 'HardFault_Handler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 187
Warning[25]: Label 'MemManage_Handler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 192
Warning[25]: Label 'BusFault_Handler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 197
Warning[25]: Label 'UsageFault_Handler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 202
Warning[25]: Label 'SVC_Handler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 207
Warning[25]: Label 'DebugMon_Handler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 212
Warning[25]: Label &#39endSV_Handler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 217
Warning[25]: Label 'SysTick_Handler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 222
Warning[25]: Label 'WWDG_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 227
Warning[25]: Label &#39VD_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 232
Warning[25]: Label 'TAMP_STAMP_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 237
Warning[25]: Label 'RTC_WKUP_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 242
Warning[25]: Label 'FLASH_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 247
Warning[25]: Label 'RCC_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 252
Warning[25]: Label 'EXTI0_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 257
Warning[25]: Label 'EXTI1_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 262
Warning[25]: Label 'EXTI2_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 267
Warning[25]: Label 'EXTI3_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 272
Warning[25]: Label 'EXTI4_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 277
Warning[25]: Label 'DMA1_Stream0_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 282
Warning[25]: Label 'DMA1_Stream1_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 287
Warning[25]: Label 'DMA1_Stream2_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 292
Warning[25]: Label 'DMA1_Stream3_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 297
Warning[25]: Label 'DMA1_Stream4_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 302
Warning[25]: Label 'DMA1_Stream5_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 307
Warning[25]: Label 'DMA1_Stream6_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 312
Warning[25]: Label 'ADC_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 317
Warning[25]: Label 'CAN1_TX_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 322
Warning[25]: Label 'CAN1_RX0_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 327
Warning[25]: Label 'CAN1_RX1_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 332
Warning[25]: Label 'CAN1_SCE_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 337
Warning[25]: Label 'EXTI9_5_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 342
Warning[25]: Label 'TIM1_BRK_TIM9_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 347
Warning[25]: Label 'TIM1_UP_TIM10_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 352
Warning[25]: Label 'TIM1_TRG_COM_TIM11_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 357
Warning[25]: Label 'TIM1_CC_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 362
Warning[25]: Label 'TIM2_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 367
Warning[25]: Label 'TIM3_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 372
Warning[25]: Label 'TIM4_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 377
Warning[25]: Label 'I2C1_EV_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 382
Warning[25]: Label 'I2C1_ER_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 387
Warning[25]: Label 'I2C2_EV_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 392
Warning[25]: Label 'I2C2_ER_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 397
Warning[25]: Label 'SPI1_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 402
Warning[25]: Label 'SPI2_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 407
Warning[25]: Label 'USART1_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 412
Warning[25]: Label 'USART2_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 417
Warning[25]: Label 'USART3_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 422
Warning[25]: Label 'EXTI15_10_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 427
Warning[25]: Label 'RTC_Alarm_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 432
Warning[25]: Label 'OTG_FS_WKUP_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 437
Warning[25]: Label 'TIM8_BRK_TIM12_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 442
Warning[25]: Label 'TIM8_UP_TIM13_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 447
Warning[25]: Label 'TIM8_TRG_COM_TIM14_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 452
Warning[25]: Label 'TIM8_CC_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 457
Warning[25]: Label 'DMA1_Stream7_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 462
Warning[25]: Label 'FSMC_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 467
Warning[25]: Label 'SDIO_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 472
Warning[25]: Label 'TIM5_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 477
Warning[25]: Label 'SPI3_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 482
Warning[25]: Label 'UART4_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 487
Warning[25]: Label 'UART5_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 492
Warning[25]: Label 'TIM6_DAC_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 497
Warning[25]: Label 'TIM7_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 502
Warning[25]: Label 'DMA2_Stream0_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 507
Warning[25]: Label 'DMA2_Stream1_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 512
Warning[25]: Label 'DMA2_Stream2_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 517
Warning[25]: Label 'DMA2_Stream3_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 522
Warning[25]: Label 'DMA2_Stream4_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 527
Warning[25]: Label 'ETH_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 532
Warning[25]: Label 'ETH_WKUP_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 537
Warning[25]: Label 'CAN2_TX_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 542
Warning[25]: Label 'CAN2_RX0_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 547
Warning[25]: Label 'CAN2_RX1_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 552
Warning[25]: Label 'CAN2_SCE_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 557
Warning[25]: Label 'OTG_FS_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 562
Warning[25]: Label 'DMA2_Stream5_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 567
Warning[25]: Label 'DMA2_Stream6_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 572
Warning[25]: Label 'DMA2_Stream7_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 577
Warning[25]: Label 'USART6_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 582
Warning[25]: Label 'I2C3_EV_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 587
Warning[25]: Label 'I2C3_ER_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 592
Warning[25]: Label 'OTG_HS_EP1_OUT_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 597
Warning[25]: Label 'OTG_HS_EP1_IN_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 602
Warning[25]: Label 'OTG_HS_WKUP_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 607
Warning[25]: Label 'OTG_HS_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 612
Warning[25]: Label 'DCMI_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 617
Warning[25]: Label 'CRYP_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 622
Warning[25]: Label 'HASH_RNG_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 627
Warning[25]: Label 'FPU_IRQHandler' is defined pubweak in a section implicitly declared root E:\sws\xxx\afl\V5-128_红外遥控器例程\Libraries\CMSIS\Device\ST\STM32F4xx\Source\Templates\iar\startup_stm32f40_41xxx.s 632
stm32f4xx_assert.c  
stm32f4xx_exti.c  
stm32f4xx_gpio.c  
stm32f4xx_it.c  
stm32f4xx_rcc.c  
stm32f4xx_syscfg.c  
stm32f4xx_tim.c  
stm32f4xx_usart.c  
system_stm32f4xx.c  
Linking
stm32-f4.out
Performing Post-Build Action

Total number of errors: 0
Total number of warnings: 92
回复

使用道具 举报

1万

主题

6万

回帖

10万

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
107049
QQ
发表于 2014-9-11 12:24:54 | 显示全部楼层
楼主,你用的版本是6.3不。
回复

使用道具 举报

610

主题

3062

回帖

4912

积分

至尊会员

积分
4912
 楼主| 发表于 2014-9-13 12:02:09 | 显示全部楼层

回 eric2013 的帖子

eric2013:楼主,你用的版本是6.3不。 (2014-09-11 12:24) 
我用的是最新版本的,v7.205版本的
回复

使用道具 举报

38

主题

136

回帖

40

积分

初级会员

积分
40
发表于 2014-9-13 14:27:18 | 显示全部楼层

回 hpdell 的帖子

hpdell:我用的是最新版本的,v7.205版本的 (2014-09-13 12:02) 
建议使用6.3,这些例子都是基于6.3制作的。各个版本之间的兼容性比较差,
回复

使用道具 举报

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

本版积分规则

QQ|小黑屋|Archiver|手机版|硬汉嵌入式论坛

GMT+8, 2024-5-16 03:38 , Processed in 0.167507 second(s), 25 queries .

Powered by Discuz! X3.4 Licensed

Copyright © 2001-2023, Tencent Cloud.

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