Search found 2 matches

by jhersh
Mon Apr 20, 2009 11:08 pm
Forum: devkitARM
Topic: arm-eabi-gdb on Windows Vista64 host, target = com port
Replies: 2
Views: 4514

Re: arm-eabi-gdb on Windows Vista64 host, target = com port

Yes... I tried all caps as well. Same thing.
by jhersh
Mon Apr 20, 2009 8:54 pm
Forum: devkitARM
Topic: arm-eabi-gdb on Windows Vista64 host, target = com port
Replies: 2
Views: 4514

arm-eabi-gdb on Windows Vista64 host, target = com port

I'm having trouble with using the arm-eabi-gdb on a Vista 64 host trying to connect to a target attached to the serial port. On XP 32 it works fine to specify "target remote com1", however on Vista 64 that command looks like this: (gdb) target remote com1 com1: No such file or directory. I'm ...