You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ykominami
changed the title
windows版zigコンパイラ最新版でsampel/sample1_cfg.zigのコンパイルが進まなくなる
zig-windows(master) hangs when compile sampel/sample1_cfg.zig
Aug 20, 2020
`make[1]: ディレクトリ '/cygdrive/v/ext3/ghq/src/github.com/ykominami/asp3_in_zig-cygwin/OBJ-ARM' に入ります
zig build-obj --name objs/sample1_cfg --release-safe --main-pkg-path .. -ffunction-sections -target arm-freestanding-eabi -mcpu mpcore -DTARGET="ct11mpcore_gcc" -DSRCDIR=".." -DTECSGENDIR="OBJ-ARM/gen" -D__TARGET_ARCH_ARM=6 -DTOPPERS_USE_QEMU -I. -I../include -I../target/ct11mpcore_gcc -I../arch/arm_gcc/common -I../arch/gcc -I.. -I../sample -I./gen -I../tecs_kernel ../sample/sample1_cfg.zig
Semantic Analysis [5/259]`
Cygwin64(2020-02-19)と、DevKit付きRubyInstaller(Ruby+Devkit 2.7.1-1 (x64))のMSYSで、同じ症状が出ることを確認しました。
Process Explorerで確認したところ、zig.exeのプロセスはCPU時間が定期的に更新され、割り当てられたメモリは変化してい
ませんでした。
MacOS(Catalina 10.15.6)、Linux(CentOS 7)、WSL2(Ubuntu 18.04)では発生しませんでした。
なおZigのDocumentationにあるコード例は、コンパイル、実行できることを確認しています。
The text was updated successfully, but these errors were encountered: