µVision Build Log
Project:
U:\_ME218cTeams\Team 4\Code In Progress\Full_Lobbyist_V22_5_19_16_addingFlippers\UVFrameworkTemplate.uvprojx
Project File Date: 05/23/2016
Output:
Rebuild target 'BaseFrameworkTarget'
compiling main.c...
compiling EventCheckers.c...
compiling ES_ShortTimer.c...
compiling Initializations.c...
Source\Initializations.c(58): warning: #177-D: variable "MyPriority" was declared but never referenced
static uint8_t MyPriority;
Source\Initializations.c: 1 warning, 0 errors
compiling LobbyistReceive.c...
compiling MainLobbyist.c...
Source\MainLobbyist.c(107): warning: #177-D: variable "TrySendingCount" was declared but never referenced
static uint8_t TrySendingCount = 0; //store the number of times you've tried sending a status byte to the PAC (only increments if a transmission failed)
Source\MainLobbyist.c: 1 warning, 0 errors
compiling LobbyistTransmit.c...
Source\LobbyistTransmit.c(126): warning: #177-D: variable "EncryptKey" was declared but never referenced
static uint8_t EncryptKey[32] = { 0 }; // Encrypt key for Lobbyist is zero (does nothing)
Source\LobbyistTransmit.c(127): warning: #177-D: variable "EncryptIndex" was declared but never referenced
static uint8_t EncryptIndex = 0; // Tells us how far into the key we've rotated
Source\LobbyistTransmit.c(134): warning: #550-D: variable "RFDataSize" was set but never used
static uint8_t RFDataSize;
Source\LobbyistTransmit.c: 3 warnings, 0 errors
compiling LobbyistUARTISR.c...
compiling Fan_Control.c...
compiling ParseControl.c...
compiling ID_Badge.c...
compiling ADMulti.c...
compiling Flipper_Control.c...
compiling FlipperSweep.c...
compiling SevSegW.c...
compiling ShiftRegW.c...
assembling startup_rvmdk.S...
compiling ES_CheckEvents.c...
compiling ES_DeferRecall.c...
compiling ES_Framework.c...
compiling ES_LookupTables.c...
compiling ES_Port.c...
compiling ES_PostList.c...
Source\ES_PostList.c(27): warning: #177-D: function "PostToList" was declared but never referenced
static bool PostToList( PostFunc_t *const*FuncList, uint8_t ListSize, ES_Event NewEvent);
Source\ES_PostList.c: 1 warning, 0 errors
compiling ES_Queue.c...
compiling ES_Timers.c...
compiling retarget.c...
compiling termio.c...
compiling uartstdio.c...
linking...
Program Size: Code=11712 RO-data=836 RW-data=112 ZI-data=2808
After Build - User command #1: fromelf --bin --output .\Outputs\BaseTarget.bin .\Outputs\BaseTarget.axf
".\Outputs\BaseTarget.axf" - 0 Error(s), 6 Warning(s).
Load "U:\\_ME218cTeams\\Team 4\\Code In Progress\\Full_Lobbyist_V22_5_19_16_addingFlippers\\Outputs\\BaseTarget.axf"
Connecting: Mode=JTAG, Speed=1000000Hz
Erase Done.
Programming Done.
Verify OK.