We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi,
I was trying to launch hello world tutorial project from newest documentation: Documentation – Arm Developer
Where this error appears
Warning: FVP_Base_Cortex_A53x1: Simulation code-translation cache failed to gain DMI for PC=0x08001348. Simulation performance will be reduced.In file: (unknown):0In process: FVP_Base_Cortex_A53x1.thread_p_5 @ 0 s Warning: FVP_Base_Cortex_A53x1: Simulation code-translation cache failed to gain DMI for PC=0x08001348 (PA = Secure-08001348). Simulation performance will be reduced.In file: (unknown):0In process: FVP_Base_Cortex_A53x1.thread_p_5 @ 0 s
Warning: FVP_Base_Cortex_A53x1: Simulation code-translation cache failed to gain DMI for PC=0x08001348. Simulation performance will be reduced.In file: (unknown):0In process: FVP_Base_Cortex_A53x1.thread_p_5 @ 0 s
Warning: FVP_Base_Cortex_A53x1: Simulation code-translation cache failed to gain DMI for PC=0x08001348 (PA = Secure-08001348). Simulation performance will be reduced.In file: (unknown):0In process: FVP_Base_Cortex_A53x1.thread_p_5 @ 0 s
also in Commands window:
Connected to stopped target Arm FVP (Installed with Arm DS) - Base_A53x1cd "/home/tcn/workspace"Working directory "/home/tcn/workspace"Execution stopped in EL3h mode at EL3:0x0000000000000000source /v "/home/tcn/workspace/test/test.ds"EL3:0x0000000000000000 DCI 0xe7ff0010 ; ? Undefined+ set semihosting enabled offloadfile "/home/tcn/workspace/test/Debug/test.axf"Loaded section ER_RO: EL3:0x0000000008000000 ~ EL3:0x000000000800147F (size 0x1480)Loaded section ER_RW: EL3:0x0000000008001480 ~ EL3:0x00000000080014A7 (size 0x28)Entry point EL3:0x0000000008000000set debug-from mainstartStarting target with image /home/tcn/workspace/test/Debug/test.axfRunning from entry point
I have set RO_BASE to 0x8000000 and -C bp.secure_memory=false
-C bp.secure_memory=false
but program still hangs at the entry point and no matter how I click run/F8, it changes nothing. What could possibly go wrong? Thank you!