I've tried to build a h8300-hitachi-hms cross-compiler to no avail under cygwin. Does anybody know if it is even possible? It dies when it tries to build the RTS (integer constant too large). Does anyone have pre-built binaries?
Thanks,
John Hansen
Hansen, John wrote:
I've tried to build a h8300-hitachi-hms cross-compiler to no avail under cygwin. Does anybody know if it is even possible? It dies when it tries to build the RTS (integer constant too large). Does anyone have pre-built binaries?
For this particular combination, unlike I think. What kind of system is this, anyway? If it's an embedded system, you might not be able to use the RTS at all, and will have to use the available system/library routines instead of the Pascal builtins. But if it has a general libc, it should be possible to build the RTS.
What exactly is the error message you get (text, file, line number, ...)?
Frank