The inkview windows sdk is rather aged and basically runs only on win xp. Luckily, fully working gdb is shipped with stock firmware. Best success I had was just cross compiling, deploy task (I'm using IDEA) configured to directly store the binary on the device, and then just launch it in gdb in there with debugging port the IDE then connects to. Then everything works as expected. You also need to do some symlinking so as to get include headers / source files correctly placed and recognized by gdb that runs on the reader.
|