bs_bcu_app/prj/MDK-ARM/Objects/HF_BCU_APP.build_log.htm

77 lines
3.2 KiB
HTML

<html>
<body>
<pre>
<h1>礦ision Build Log</h1>
<h2>Tool Versions:</h2>
IDE-Version: μVision V5.24.2.0
Copyright (C) 2017 ARM Ltd and ARM Germany GmbH. All rights reserved.
License Information: 1 Windows, 1, LIC=VGXG8-32TXT-II15V-PL5RH-RF78W-9MI25
Tool Versions:
Toolchain: MDK-ARM Plus Version: 5.24.1
Toolchain Path: D:\keil5\ARM\ARMCC\Bin
C Compiler: Armcc.exe V5.06 update 5 (build 528)
Assembler: Armasm.exe V5.06 update 5 (build 528)
Linker/Locator: ArmLink.exe V5.06 update 5 (build 528)
Library Manager: ArmAr.exe V5.06 update 5 (build 528)
Hex Converter: FromElf.exe V5.06 update 5 (build 528)
CPU DLL: SARMCM3.DLL V5.24.1
Dialog DLL: DCM.DLL V1.16.0.0
Target DLL: Segger\JL2CM3.dll V2.99.26.0
Dialog DLL: TCM.DLL V1.32.0.0
<h2>Project:</h2>
D:\GitWorkSpace\bs_bcu_app\prj\MDK-ARM\stm32f4xx_app.uvprojx
Project File Date: 11/12/2024
<h2>Output:</h2>
*** Using Compiler 'V5.06 update 5 (build 528)', folder: 'D:\keil5\ARM\ARMCC\Bin'
Build target 'stm32f407'
compiling app_demo.c...
"no source": Error: #5: cannot open source input file "..\..\app\app_demo.c": No such file or directory
..\..\app\app_demo.c: 0 warnings, 1 error
compiling dsp_can.c...
..\..\bsp\dsp_can.c(95): warning: #223-D: function "CAN_RX_GPIO_CLK_ENABLE" declared implicitly
CAN_RX_GPIO_CLK_ENABLE(); /* CAN_RX脚时钟使能 */
..\..\bsp\dsp_can.c(96): warning: #223-D: function "CAN_TX_GPIO_CLK_ENABLE" declared implicitly
CAN_TX_GPIO_CLK_ENABLE(); /* CAN_TX脚时钟使能 */
..\..\bsp\dsp_can.c(101): error: #20: identifier "CAN_TX_GPIO_PIN" is undefined
gpio_initure.Pin = CAN_TX_GPIO_PIN;
..\..\bsp\dsp_can.c(105): error: #20: identifier "CAN_TX_GPIO_PORT" is undefined
HAL_GPIO_Init(CAN_TX_GPIO_PORT, &gpio_initure); /* CAN_TX脚 模式设置 */
..\..\bsp\dsp_can.c(107): error: #20: identifier "CAN_RX_GPIO_PIN" is undefined
gpio_initure.Pin = CAN_RX_GPIO_PIN;
..\..\bsp\dsp_can.c(108): error: #20: identifier "GPIO_MODE_AF_INPUT" is undefined
gpio_initure.Mode = GPIO_MODE_AF_INPUT;
..\..\bsp\dsp_can.c(109): error: #20: identifier "CAN_RX_GPIO_PORT" is undefined
HAL_GPIO_Init(CAN_RX_GPIO_PORT, &gpio_initure); /* CAN_RX脚 必须设置成输入模式 */
..\..\bsp\dsp_can.c(197): warning: #1-D: last line of file ends without a newline
}
..\..\bsp\dsp_can.c: 3 warnings, 5 errors
compiling bsp_task.c...
compiling main.c...
..\..\main\main.c(43): warning: #223-D: function "task1" declared implicitly
task1(baseTime);
..\..\main\main.c(48): warning: #223-D: function "task2" declared implicitly
task2(baseTime);
..\..\main\main.c: 2 warnings, 0 errors
".\Objects\HF_BCU_APP.axf" - 5 Error(s), 5 Warning(s).
<h2>Software Packages used:</h2>
Package Vendor: Keil
http://www.keil.com/pack/Keil.STM32F4xx_DFP.2.15.0.pack
Keil.STM32F4xx_DFP.2.15.0
STMicroelectronics STM32F4 Series Device Support, Drivers and Examples
<h2>Collection of Component include folders:</h2>
.\RTE\_stm32f407
D:\keil5\ARM\PACK\Keil\STM32F4xx_DFP\2.15.0\Drivers\CMSIS\Device\ST\STM32F4xx\Include
<h2>Collection of Component Files used:</h2>
Target not created.
Build Time Elapsed: 00:00:06
</pre>
</body>
</html>