Getting Linking Errors in DWM1001C Example Project

Hi Team,

We are using the DWM1001c Example project code and we have migrated this code to our project which is build on nRF52832 Platform. We have added the all required files which are there in “dwm-anchor” project. We are getting some linking errors after this,

Linking
Error[Li005]: no definition for “hal_startup_stack” [referenced from C:\Users\veeravs\Desktop\Dwm_Code\dwm\lib\vectors.o]
Error[Li005]: no definition for “hal_vsr_table” [referenced from hal_cortexm_arch_hal_misc.o(libtarget.a)]
Error[Li005]: no definition for “__ram_data_start” [referenced from hal_cortexm_arch_hal_misc.o(libtarget.a)]
Error[Li005]: no definition for “__ram_data_end” [referenced from hal_cortexm_arch_hal_misc.o(libtarget.a)]
Error[Li005]: no definition for “__rom_data_start” [referenced from hal_cortexm_arch_hal_misc.o(libtarget.a)]
Error[Li005]: no definition for “__sram_data_start” [referenced from hal_cortexm_arch_hal_misc.o(libtarget.a)]
Error[Li005]: no definition for “__sram_data_end” [referenced from hal_cortexm_arch_hal_misc.o(libtarget.a)]
Error[Li005]: no definition for “__srom_data_start” [referenced from hal_cortexm_arch_hal_misc.o(libtarget.a)]
Error[Li005]: no definition for “__start_fs_data” [referenced from hal_cortexm_arch_hal_misc.o(libtarget.a)]
Error[Li005]: no definition for “__stop_fs_data” [referenced from hal_cortexm_arch_hal_misc.o(libtarget.a)]
Error[Li005]: no definition for “__rom_start_fs_data” [referenced from hal_cortexm_arch_hal_misc.o(libtarget.a)]
Error[Li005]: no definition for “__bss_start” [referenced from hal_cortexm_arch_hal_misc.o(libtarget.a)]
Error[Li005]: no definition for “__bss_end” [referenced from hal_cortexm_arch_hal_misc.o(libtarget.a)]
Error[Li005]: no definition for “init_array_end” [referenced from hal_cortexm_arch_hal_misc.o(libtarget.a)]
Error[Li005]: no definition for “init_array_start” [referenced from hal_cortexm_arch_hal_misc.o(libtarget.a)]
Error[Li005]: no definition for “hal_virtual_vector_table” [referenced from hal_common_hal_if.o(libtarget.a)]
Error[Li005]: no definition for “mallinfo” [referenced from hal.o(libdwm.a)]
Error[Li005]: no definition for “_impure_ptr” [referenced from shell.o(libdwm.a)]
Error[Lp011]: section placement failed
unable to allocate space for sections/blocks with a total estimated minimum size of 0x1’3900 bytes (max align 0x8) in <[0x2000’2250-0x2000’ffff]> (total
uncommitted space 0xddb0).
Error[Lp021]: the destination for compressed initializer batch “P2-1” is placed at an address that is dependent on the size of the batch, which is not allowed when using
lz77 compression. Consider using “initialize by copy with packing = zeros” (or none) instead.
Error[Lp021]: the destination for compressed initializer batch “P2-1” is placed at an address that is dependent on the size of the batch, which is not allowed when using
lz77 compression. Consider using “initialize by copy with packing = zeros” (or none) instead``

Could any help me out on this one.This is urgent for me.

Regards,
Srinivas.V