Telem-GW6 remote debugging
Jump to navigation
Jump to search
- Start Bootstrapper
- Compile GW6 Debug software
- Create update pack
- Create debug update pack of selected target
- Open QtCreator
- Debug -> Start Debugging -> Start and attach to remote application
- Enter the following information
Option | Comment | Example value |
---|---|---|
Debugger | Cross compilers gdb | /home/martem/Projects/Telem-GW6Lin/buildroot-2011.02/output/external-toolchain/bin/arm-none-linux-gnueabi-gdb |
Local executable | Cross compiled application | /home/martem/Projects/Telem-GW6Lin/Gateway6/build-arm-linux/source |
Host and port | Target machine IP and port | 10.0.0.22:1000 |
Architecture | Target | arm |
Sysroot | Target system root | /home/martem/Projects/Telem-GW6Lin/buildroot-2011.02/output/target |
Use server startup script | yes | |
Server startup script | Script which will start gdbserver | /home/martem/Projects/Telem-GW6Lin/.StartRemoteDebugging.sh |