Hi
I am trying to test my code using openmp with 8 cores,
example modified to 8 cores works well but I added my code
that needs some memory about 5Mbytes in global variables, and the compiler
shows next errors
<Linking>
"./configPkg/linker.cmd", line 249: error #10099-D: program will not fit into
available memory. run placement with alignment fails for section ".far"
>> Compilation failure
size 0xfd64b4 . Available memory ranges:
MSMCSRAM_NOCACHE size: 0x300000 unused: 0x27fee0 max hole:
0x27fee0
"./configPkg/linker.cmd", line 120: error #10099-D: program will not fit into
available memory. run placement with alignment fails for section
".localfar" size 0x40ae5c . Available memory ranges:
L2SRAM size: 0x80000 unused: 0x7eedc max hole: 0x7eedc
error #10010: errors encountered during linking; "hello_openmp_evm6678.out" not
built
gmake: *** [hello_openmp_evm6678.out] Error 1
gmake: Target `all' not remade because of errors.
**** Build Finished ****
Somebody could tell me how to modified the amount of memory to get this example works
properly.
Thanks in advance.
Julian
