This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Driver Library Linking Error

Can any help me to solve this linker Problem. I am getting following linker Error.

"C:\\ti\\ccsv5\\utils\\bin\\gmake" -k all
'Building file: ../Walkin.c'
'Invoking: ARM Compiler'
"C:/ti/ccsv5/tools/compiler/arm_5.0.1/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 --abi=eabi -me -g --include_path="C:/ti/ccsv5/tools/compiler/arm_5.0.1/include" --include_path="C:/StellarisWare" --include_path="C:/StellarisWare/boards/ek-lm4f232" --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="Walkin.pp" "../Walkin.c"
"../Walkin.c", line 24: warning #225-D: function declared implicitly
"../Walkin.c", line 33: warning #225-D: function declared implicitly
'Finished building: ../Walkin.c'
' '
'Building file: ../startup_ccs.c'
'Invoking: ARM Compiler'
"C:/ti/ccsv5/tools/compiler/arm_5.0.1/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 --abi=eabi -me -g --include_path="C:/ti/ccsv5/tools/compiler/arm_5.0.1/include" --include_path="C:/StellarisWare" --include_path="C:/StellarisWare/boards/ek-lm4f232" --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="startup_ccs.pp" "../startup_ccs.c"
'Finished building: ../startup_ccs.c'
' '
'Building target: WalkInBBR.out'
'Invoking: ARM Linker'
"C:/ti/ccsv5/tools/compiler/arm_5.0.1/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 --abi=eabi -me -g --diag_warning=225 --display_error_number -z --stack_size=2048 -m"WalkInBBR.map" --heap_size=0 -i"C:/ti/ccsv5/tools/compiler/arm_5.0.1/lib" -i"C:/ti/ccsv5/tools/compiler/arm_5.0.1/include" --reread_libs --warn_sections --display_error_number --rom_model -o "WalkInBBR.out" "./startup_ccs.obj" "./Walkin.obj" -l"libc.a" -l"C:\StellarisWare/driverlib/ccs-cm4f/Debug/driverlib-cm4f.lib" "../walkin_CCS.cmd"
<Linking>

undefined first referenced
symbol in file
--------- ----------------
ROM_FPULazyStackingEnable ./Walkin.obj
ROM_SysCtlClockSet ./Walkin.obj

error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "WalkInBBR.out" not built

>> Compilation failure
gmake: *** [WalkInBBR.out] Error 1
gmake: Target `all' not remade because of errors.