のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

arm-none-eabi-gdbのログ

MentorGraphics\Sourcery_CodeBench_lite_for_ARM_EABI\bin\arm-none-eabi-gdbのログ
選択するボードが間違っていたのでおかしかった。
ST>STM32F407>STM32F407VGを選択
ST>STM32F429>STM32F429ZIを選択。

Reading symbols from d:\users\USER01\coide\workspace\sample\sample\debug\bin\sample.elf
...(no debugging symbols found)...done.
file "d:/Users/m_fujii/CoIDE/workspace/sample/sample/Debug/bin/sample.elf"
Reading symbols from d:\users\USER01\coide\workspace\sample\sample\debug\bin\sample.elf
...(no debugging symbols found)...done.
file "d:/Users/m_fujii/CoIDE/workspace/sample/sample/Debug/bin/sample.elf"
Reading symbols from d:\users\USER01\coide\workspace\sample\sample\debug\bin\sample.elf
...(no debugging symbols found)...done.
set tdesc filename C:/CooCox/CoIDE_V2Beta/bin/target_desc/arm-with-m.xml
target remote 127.0.0.1:2009
Remote debugging using 127.0.0.1:2009
0x4b07000c in ?? ()
cd d:/Users/m_fujii/CoIDE/workspace/sample/sample/Debug/bin
Working directory d:\Users\USER01\CoIDE\workspace\sample\sample\Debug\bin.
restore sample.elf
set {unsigned int*}0xE000ED08 = 0x20000000
set $sp = {unsigned int*}0x20000000
set $pc = {unsigned int*}0x20000004
tbreak main
Function "main" not defined.
continue
Continuing.
help
List of classes of commands:

aliases -- Aliases of other commands
breakpoints -- Making program stop at certain points
data -- Examining data
files -- Specifying and examining files
internals -- Maintenance commands
obscure -- Obscure features
running -- Running the program
stack -- Examining the stack
status -- Status inquiries
support -- Support facilities
tracepoints -- Tracing of program execution without stopping the program
user-defined -- User-defined commands

Type "help" followed by a class name for a list of commands in that class.
Type "help all" for the list of all commands.
Type "help" followed by command name for full documentation.
Type "apropos word" to search for commands related to "word".
Command name abbreviations are allowed if unambiguous.