Lionel Debroux
Lionel Debroux
Does that occur while building a project from the Windows Delphi IDE ? It has a... peculiar way to handle relative paths, related to the usage of a temporary folder...
I had integrated a version of your patch with one fewer empty line, which created a conflict with this PR. As it stands, it can be closed :)
Given that GCC 9.3 and 10 contain fixes for the GCC bugs, `(GCC_VERSION < 9001)` should read something long the lines of `((GCC_VERSION < 9001) || (GCC_VERSION >= 9003))`. However,...
You could indeed try to build it on a current Linux distro, the code isn't supposed to contain weird constructs which ought to break with newer toolchains. However, I haven't...
Your own use case might be different, e.g. embedded software / platform, but FWIW, nowadays, in order to maximize the usability for *most* end users, the best way to build...
See also #5 (new USB PID) and #4 (newer variant of the protocol).
@gecko65 : for the benefit of others, indeed, but first of all, try modifying the code ( libhpcalcs/src/hplibs.h & libhpcalcs/src/link_prime_hid.c ) to look for the USB PID indicated in the...
Good to hear that you can at least get the menu :)
FWIW, back in the day, I could reliably transfer multi-kilobyte-sized variables. For a long time, TILP has unconditionally redirected terminal output to a file on Windows for the same reason...
Besides, that very wiki4hp page links to the TI-Planet hpwiki , both the root page and the USB protocol page :) Your goal is laudable, but you probably know that...