Linker Error B4860 SmartDsp DSP wizard project

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Linker Error B4860 SmartDsp DSP wizard project

1,041 Views
billchadwick
Contributor III

What does this

 

Fatal(F1031): LCF configuration: in core c0, task task0_c0: virtual memory 'local_data_descriptor'(org=0xf7f00000, size=0x00290000) is not aligned to MATT/MMU constraints on address and size.    b4860_local_map_link.l3k    /B4860SmartDspLibraryTest/Linker_Command    line 36    C/C++ Problem

 

 

mean when building a B4860 SmartDsp SC3900 wizard created project

Labels (1)
0 Kudos
Reply
1 Reply

848 Views
lunminliang
NXP Employee
NXP Employee

This means as the error report states, size is not aligned to the address, for example if size=0x00100000, start address from 0xf7f00000 is OK.

0 Kudos
Reply