|
From: | John Nunley |
Subject: | [Tinycc-devel] Support tinycc's assembler format |
Date: | Thu, 12 Sep 2024 18:08:47 -0700 |
However, I encountered this error with TinyCC, when attempting to use it to compile:
``` /tmp/out.S:10: error: unknown opcode 'callq' ci/test.sh: error on line 21: "$CC" /tmp/out.S ./src/libdozer.a -o /tmp/out ```It looks like TinyCC's assembler does not support the 'callq' function. Would it be possible to add this?
Another option would be patching QBE to be able to support TinyCC's assembler format. But it looks like the opcode is the issue.
[Prev in Thread] | Current Thread | [Next in Thread] |