07-17-2014 12:17 AM
Hello All,
I'm getting error when i try to generate the .bin file.check below the command and the error
C:\*****\****\*****\*****\BIN>data2mem -bm system_bd.bmm -bd system1.elf -bt system.bit
ERROR:Data2MEM:33 - Matching ADDRESS_SPACE for code segment #1 not found in 'sys
tem_bd.bmm'.
Code segment #1 occupies [0x48000000:0x48002703]turnV3Test.bit
can i get any help on this!!!!!!
Thanks
07-22-2015 08:54 AM
This error is saying that the data file (either MEM or ELF) oes not have any data that is specified in the address range in the BMM file.
You need to fix this by changing the BMM file, or the ELF file (linker), or the MEM file so the data is within this region
07-17-2014 01:20 AM
07-18-2014 04:14 AM
Thanks for the help.
I know the address map is not proper,but i then too want to add the .elf file. I even tried undating the linker script but that too didn't work.I will add the flash and try it out.
Any suggestion please do tell.
Thanks
07-22-2015 02:45 AM
07-22-2015 08:54 AM
This error is saying that the data file (either MEM or ELF) oes not have any data that is specified in the address range in the BMM file.
You need to fix this by changing the BMM file, or the ELF file (linker), or the MEM file so the data is within this region
09-29-2015 06:02 AM
Hi,
Yes, I did rebuild the project and updated the linker script. I does solve the problem.
I did that long back, sorry for late reply.
Thanks