-
Notifications
You must be signed in to change notification settings - Fork 0
/
stm32_exec.plg
51 lines (50 loc) · 1.5 KB
/
stm32_exec.plg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<html>
<body>
<pre>
<h1>µVision Build Log</h1>
<h2>Project:</h2>
Y:\tmp\newbeans\programming-embedded-systems\trunk\labs\01 - elevator\reduced_impl\lab_env.uvproj
Project File Date: 08/13/2011
<h2>Output:</h2>
Build target 'Target 1'
assembling STM32F10x.s...
compiling stm32f10x_gpio.c...
compiling stm32f10x_lib.c...
compiling stm32f10x_nvic.c...
compiling stm32f10x_rcc.c...
compiling stm32f10x_spi.c...
compiling stm32f10x_systick.c...
compiling stm32f10x_tim.c...
compiling stm32f10x_usart.c...
assembling cortexm3_macro_rvds.s...
compiling main.c...
compiling setup.c...
compiling pin_listener.c...
compiling position_tracker.c...
compiling motor.c...
compiling planner.c...
compiling safety.c...
safety.c(37): error: #20: identifier "xLastWakeTime" is undefined
compiling heap_2.c...
compiling list.c...
compiling port.c...
compiling queue.c...
compiling tasks.c...
compiling serial.c...
Target not created
Build target 'Target 1'
compiling safety.c...
linking...
Program Size: Code=13732 RO-data=304 RW-data=200 ZI-data=18176
"stm32_exec.axf" - 0 Error(s), 0 Warning(s).
Build target 'Target 1'
compiling safety.c...
linking...
Program Size: Code=13812 RO-data=304 RW-data=200 ZI-data=18176
"stm32_exec.axf" - 0 Error(s), 0 Warning(s).
Build target 'Target 1'
linking...
Program Size: Code=13812 RO-data=304 RW-data=200 ZI-data=18176
"stm32_exec.axf" - 0 Error(s), 0 Warning(s).
Clean started: Project: 'lab_env'
deleting intermediate output files for target 'Target 1'