mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-02 04:13:54 -04:00
Set up to work in both ARM and THUMB modes.
This commit is contained in:
parent
cf638edfaf
commit
eee1043e33
8 changed files with 199 additions and 231 deletions
|
@ -7,5 +7,33 @@ C:\E\Dev\FreeRTOS\WorkingCopy2\Demo\ARM7_LPC2129_Keil_RVDS\RTOSDemo.uv2
|
|||
Project File Date: 10/23/2008
|
||||
|
||||
<h2>Output:</h2>
|
||||
Build target 'RTOSDemo_THUMB'
|
||||
assembling Startup.s...
|
||||
compiling ParTest.c...
|
||||
compiling main.c...
|
||||
compiling serial.c...
|
||||
assembling serialISR.s...
|
||||
compiling tasks.c...
|
||||
compiling list.c...
|
||||
compiling queue.c...
|
||||
compiling port.c...
|
||||
compiling heap_2.c...
|
||||
assembling portASM.s...
|
||||
compiling flash.c...
|
||||
compiling integer.c...
|
||||
compiling comtest.c...
|
||||
compiling BlockQ.c...
|
||||
compiling dynamic.c...
|
||||
compiling PollQ.c...
|
||||
compiling semtest.c...
|
||||
linking...
|
||||
RTOSDemo.axf: Error: L6218E: Undefined symbol vPortYield (referred from tasks.o).
|
||||
Target not created
|
||||
Build target 'RTOSDemo_THUMB'
|
||||
assembling portASM.s...
|
||||
linking...
|
||||
Program Size: Code=10844 RO-data=32 RW-data=208 ZI-data=15696
|
||||
"RTOSDemo.axf" - 0 Error(s), 0 Warning(s).
|
||||
Clean started: Project: 'RTOSDemo'
|
||||
deleting intermediate output files for target 'RTOSDemo'
|
||||
deleting intermediate output files for target 'RTOSDemo_ARM'
|
||||
deleting intermediate output files for target 'RTOSDemo_THUMB'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue