When I do
i386-elf-gdb -q -nx hello
I don't notice anything different. All I get is my command prompt back. I don't even think my code is running, since I put a while(1); in it to see if it would return or not. So basically, executing this command is like hitting the return key in that all I do is get my prompt back.
gdb -q -nx hello
Doesn't work because gdb command isn't found. Thanks, Jeff -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
