Rtos For Embedded Applications
Rtos For Embedded Applications
Example Program: shellsort gcc g o shellsort shellsort.c -g requests that the compiler and linker generate and retain symbol information in the executable itself. Place output in file shellsort.c. This applies to whatever sort of output is being produced, whether it be an executable file, an object file, an assembler file or preprocessed C code. If -o is not specified, the default is to put an executable file in a.out, the object file for source.suffix in source.o, its assembler file in source.s, a precompiled header file in source.suffix.gch, and all preprocessed C source on standard output.
Start up DDD and to connect gdb server type the following in debugger console window target remote 192.168.0.200:1234
Output from gdb server indicates that target programe has started and the coressponding message in gdb window. Use cont button insted of run in DDD.