Spc5604s reported an error when debugging the software: No source available for "0x00000004 (0x00000

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

Spc5604s reported an error when debugging the software: No source available for "0x00000004 (0x00000

384 Views
zhouxinx123
Contributor I

Spc5604s reported an error when debugging the software: No source available for "0x00000004 (0x00000004) ()".   The error disappeared when calling a function, and the error occurred when not calling this function. There is no problem with the syntax and function of the function itself. We use the CodewarrirV11.0 compiler.We suspect that this is a compiler or DEBUG configuration problem. Anyone who has encountered such a problem, please help us solve it.

0 Kudos
Reply
1 Reply

360 Views
petervlna
NXP TechSupport
NXP TechSupport

Hello,

No source available for "0x00000004 (0x00000004) ()"

Looks like you either dont have code at this address, or your debugger does not have valid source files when you access the address.

Try to debug it in assembly view and also check if the address contain valid code.

Best regards,

Peter

0 Kudos
Reply