编译红色:获取 Red/System 代码
Compiling Red: Get Red/System Code
关于 Red 和 Red/System 的视频显示了 Red 编译为 Red/System 的编译过程。
YouTube:https://youtu.be/-KqNO_sDqm4?t=27m12s
我知道如何使用 -c 选项编译 Red 代码。有没有办法输出编译过程中创建的Red/System代码?
The README mentions --red-only
,并表示:
"Stop just after Red-level compilation. Use higher verbose level to see compiler output. (internal debugging purpose)"
根据@jck 的说法,这还需要 -c 进行编译和详细级别 1:
./red -c --red-only -v 1
关于 Red 和 Red/System 的视频显示了 Red 编译为 Red/System 的编译过程。
YouTube:https://youtu.be/-KqNO_sDqm4?t=27m12s
我知道如何使用 -c 选项编译 Red 代码。有没有办法输出编译过程中创建的Red/System代码?
The README mentions --red-only
,并表示:
"Stop just after Red-level compilation. Use higher verbose level to see compiler output. (internal debugging purpose)"
根据@jck 的说法,这还需要 -c 进行编译和详细级别 1:
./red -c --red-only -v 1