**** BEGIN LOGGING AT Thu Apr 18 02:59:58 2013 Apr 18 12:43:00 Sell me a phone please :P Apr 18 12:46:47 =) Apr 18 12:47:56 http://projects.goldelico.com/p/gta04-main/ Apr 18 14:29:01 Hi ppl! I wonder how I can connect the serial interfaces from debug board to a qemu machine (where I develop). I mean /dev/ttyUSB0 and /dev/ttyACM0. Apr 18 14:30:18 I need to use GDB directly over /dev/ttyUSB0 instead of GDB port from the debug board (localhost:3333). Apr 18 14:30:44 Does qemu support this kind of connections? Apr 18 15:14:23 txor: you can try using socat for making arbitrary connections between different kinds of links. Apr 18 15:15:10 txor: also, you can try "qemu -serial /dev/ttyUSB0" Apr 18 15:15:38 txor: but why not run gdb natively on your host machine, what's the idea behind using qemu? Apr 18 16:43:05 PaulFertser, I have the development environment on a virtual machine. Apr 18 16:45:15 txor: well, that's kind of strange. I think i've given you two valid workarounds though. Right atm i have gdb communicating via tcp thanks to socat with a board that exposes a gdb server via ACM0. Apr 18 16:54:01 PaulFertser, I'll try it, thanks Paul. **** ENDING LOGGING AT Fri Apr 19 02:59:58 2013