From mboxrd@z Thu Jan 1 00:00:00 1970 From: niky To: ecos-discuss@sources.redhat.com Subject: [ECOS] I cant use gdb stubs to load hello Date: Wed, 06 Dec 2000 01:29:00 -0000 Message-id: <200012060929.RAA13764@ntucst.csie.ntu.edu.tw> X-SW-Source: 2000-12/msg00088.html Hi, I make stubs for pc ecosconfig new pc stubs ecosconfig tree make I can execute the version 1.3 prebuild text thread_gdb.exe i386-elf-gdb -nw thread_gdb.exe (gdb)set remotebaud 38400 (gdb)target remote /dev/ttyS0 (gdb)load (gdb)continue I see PASS: EXIT: but I try to execute hello (I make from the version 1.3 example, XCC=i386-elf-gcc) i386-elf-gdb -nw hello (gdb)set remotebaud 38400 (gdb)target remote /dev/ttyS0 (gdb)load then the pc reboot and does not complete the load. What is wrong?