Может и староват, кстати, вполне реально. SuSE 9.2 2004 года выпуска, а компилятор ещё старше.
Пока возникла новая проблема - на этот раз, движемся дальше, - gdb. Собираю тренировочный хелловорлд, с дебажной информацией, гружу его в arm-elf-gdb, подключаюсь в симулятор и по команде run (или start) происходит такая фигня:
/src/test> arm-elf-gdb arm.elf GNU gdb 6.6 Copyright © 2006 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "--host=i686-pc-linux-gnu --target=arm-elf"... (gdb) target sim Connected to the simulator. (gdb) break main Breakpoint 1 at 0x8228: file test.cpp, line 6. (gdb) run Starting program: /home/sprog/src/test/arm.elf warning: No program loaded. Segmentation fault
Есть какие-нить идеи по поводу решения этой проблемы ?
|