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

78 lines
3.3 KiB
HTML
Raw Normal View History

2024-11-07 17:24:19 +08:00
<html>
<body>
<pre>
<h1><EFBFBD>Vision Build Log</h1>
<h2>Tool Versions:</h2>
2024-11-11 11:45:58 +08:00
IDE-Version: <20><>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
2024-11-07 17:24:19 +08:00
Tool Versions:
2024-11-11 11:45:58 +08:00
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
2024-11-07 17:24:19 +08:00
<h2>Project:</h2>
2024-11-11 11:45:58 +08:00
D:\GitWorkSpace\bs_bcu_app\prj\MDK-ARM\stm32f4xx_app.uvprojx
2024-11-12 19:03:56 +08:00
Project File Date: 11/12/2024
2024-11-07 17:24:19 +08:00
<h2>Output:</h2>
2024-11-11 11:45:58 +08:00
*** Using Compiler 'V5.06 update 5 (build 528)', folder: 'D:\keil5\ARM\ARMCC\Bin'
2024-11-07 17:24:19 +08:00
Build target 'stm32f407'
2024-11-11 11:45:58 +08:00
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
2024-11-13 18:11:22 +08:00
compiling drv_gpio.c...
..\..\drv\drv_gpio.h(22): warning: #1-D: last line of file ends without a newline
#endif // GPIO_CONFIG_H
..\..\drv\drv_gpio.c(35): warning: #1-D: last line of file ends without a newline
}
..\..\drv\drv_gpio.c: 2 warnings, 0 errors
2024-11-12 19:03:56 +08:00
compiling dsp_can.c...
2024-11-13 18:11:22 +08:00
..\..\bsp\dsp_can.c(29): warning: #9-D: nested comment is not allowed
/* can_init(CAN_SJW_1TQ, CAN_BS2_8TQ, CAN_BS1_9TQ, 4, CAN_MODE_LOOPBACK); /* CAN<41><4E>ʼ<EFBFBD><CABC>, <20>ػ<EFBFBD>ģʽ, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>500Kbps */
..\..\bsp\dsp_can.c(101): warning: #223-D: function "CAN_RX_GPIO_CLK_ENABLE" declared implicitly
2024-11-12 19:03:56 +08:00
CAN_RX_GPIO_CLK_ENABLE(); /* CAN_RX<52><58>ʱ<EFBFBD><CAB1>ʹ<EFBFBD><CAB9> */
2024-11-13 18:11:22 +08:00
..\..\bsp\dsp_can.c(102): warning: #223-D: function "CAN_TX_GPIO_CLK_ENABLE" declared implicitly
2024-11-12 19:03:56 +08:00
CAN_TX_GPIO_CLK_ENABLE(); /* CAN_TX<54><58>ʱ<EFBFBD><CAB1>ʹ<EFBFBD><CAB9> */
2024-11-13 18:11:22 +08:00
..\..\bsp\dsp_can.c(107): error: #20: identifier "CAN_TX_GPIO_PIN" is undefined
2024-11-12 19:03:56 +08:00
gpio_initure.Pin = CAN_TX_GPIO_PIN;
2024-11-13 18:11:22 +08:00
..\..\bsp\dsp_can.c(111): error: #20: identifier "CAN_TX_GPIO_PORT" is undefined
2024-11-12 19:03:56 +08:00
HAL_GPIO_Init(CAN_TX_GPIO_PORT, &gpio_initure); /* CAN_TX<54><58> ģʽ<C4A3><CABD><EFBFBD><EFBFBD> */
2024-11-13 18:11:22 +08:00
..\..\bsp\dsp_can.c(113): error: #20: identifier "CAN_RX_GPIO_PIN" is undefined
2024-11-12 19:03:56 +08:00
gpio_initure.Pin = CAN_RX_GPIO_PIN;
2024-11-13 18:11:22 +08:00
..\..\bsp\dsp_can.c(114): error: #20: identifier "GPIO_MODE_AF_INPUT" is undefined
2024-11-12 19:03:56 +08:00
gpio_initure.Mode = GPIO_MODE_AF_INPUT;
2024-11-13 18:11:22 +08:00
..\..\bsp\dsp_can.c(115): error: #20: identifier "CAN_RX_GPIO_PORT" is undefined
2024-11-12 19:03:56 +08:00
HAL_GPIO_Init(CAN_RX_GPIO_PORT, &gpio_initure); /* CAN_RX<52><58> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ó<EFBFBD><C3B3><EFBFBD><EFBFBD><EFBFBD>ģʽ */
2024-11-13 18:11:22 +08:00
..\..\bsp\dsp_can.c(203): warning: #1-D: last line of file ends without a newline
2024-11-12 19:03:56 +08:00
}
2024-11-13 18:11:22 +08:00
..\..\bsp\dsp_can.c: 4 warnings, 5 errors
".\Objects\HF_BCU_APP.axf" - 5 Error(s), 6 Warning(s).
2024-11-07 17:24:19 +08:00
<h2>Software Packages used:</h2>
Package Vendor: Keil
2024-11-11 11:45:58 +08:00
http://www.keil.com/pack/Keil.STM32F4xx_DFP.2.15.0.pack
Keil.STM32F4xx_DFP.2.15.0
2024-11-07 17:24:19 +08:00
STMicroelectronics STM32F4 Series Device Support, Drivers and Examples
<h2>Collection of Component include folders:</h2>
2024-11-11 11:45:58 +08:00
.\RTE\_stm32f407
D:\keil5\ARM\PACK\Keil\STM32F4xx_DFP\2.15.0\Drivers\CMSIS\Device\ST\STM32F4xx\Include
2024-11-07 17:24:19 +08:00
<h2>Collection of Component Files used:</h2>
2024-11-12 19:03:56 +08:00
Target not created.
2024-11-13 18:11:22 +08:00
Build Time Elapsed: 00:00:08
2024-11-07 17:24:19 +08:00
</pre>
</body>
</html>