This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

WARNING(DTS3-NAL2); FVP linux kernel debug

Debug FVP with ARM DS. ( AArch64, ARMv8 )

Please see the Screen, That's debug configuration.

I want to see "Stack Frame."

The "Watch" screen for the Stack is blank.

WARNING(DTS3-NAL2); Warnings are expected to occur as "DTSL options."

I use "vmlinux" file as debug symbol.

1. 

WARNING(DTS3-NAL2);  

How to resolve this Warning.

2. 

Is there an example of Debugging "Stack Frame"?

P.S  The reason for debugging above is because,  When SPSR is modified, I want to know the location of parameters.

Thanks!

Have a nice day.

Parents
  • Thanks! I could solve it with the help of you and my professor.

    vmlinux offset, had been set wrong.

    I added an option, EL1N:0x0.

    ( Before that, there was no option. It is set to EL3:0x0 by default. )

    My option is...

    add-symbol-file "/home/kkimj/arm/arm-reference-platforms_OpenEmb/linux/out/fvp/mobile_oe/vmlinux"  EL1N:0x0

Reply
  • Thanks! I could solve it with the help of you and my professor.

    vmlinux offset, had been set wrong.

    I added an option, EL1N:0x0.

    ( Before that, there was no option. It is set to EL3:0x0 by default. )

    My option is...

    add-symbol-file "/home/kkimj/arm/arm-reference-platforms_OpenEmb/linux/out/fvp/mobile_oe/vmlinux"  EL1N:0x0

Children
No data