No source available for "0x1000400"

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

No source available for "0x1000400"

1,091 Views
1067929469
Contributor I

Hi NXP:

The Memory config In MPC5744P_flash.ld is blew:

MEMORY
{
    flash_rchw     : org = 0x1000000,                        len = 0x4
    cpu0_reset_vec : org = 0x1000004,                        len = 0x4
    m_text         :  org = 0x1000400,                        len = 2047K
    m_vectors_ram  :  org = 0x40000000,                       len = 0xC00
    m_data         :  org = (0x40000000+0xC00),               len = 384K-0xC00
}
When using S32ds 2017R1 debug project with PE Multilink universal debugger.
It show up No source available for "0x1000400" , what's the problem?
0 Kudos
2 Replies

1,032 Views
petervlna
NXP TechSupport
NXP TechSupport

Hello,

There is already a new one version of S32DS. Please migrate to it.

S32 Design Studio for Power Architecture v2.1 Update 10

It looks like your compiler settings has incorrect path to source code or it is not set to generate debug information.

regards,

Peter

0 Kudos

1,032 Views
1067929469
Contributor I

Hi Peter VIna:

How to confirm my compiler settings has incorrect path to source code or the debug information is not set to generate?

Thanks.

0 Kudos