Skip to content

fixed windows unknown escape sequence - #14

Open
prvnprk wants to merge 1 commit into
sackosoft:mainfrom
prvnprk:main
Open

fixed windows unknown escape sequence#14
prvnprk wants to merge 1 commit into
sackosoft:mainfrom
prvnprk:main

Conversation

@prvnprk

@prvnprk prvnprk commented Jun 4, 2026

Copy link
Copy Markdown

@prvnprk

prvnprk commented Jun 27, 2026

Copy link
Copy Markdown
Author

any updates on this pull request?, thank you

@thsackos

Copy link
Copy Markdown
Member

@prvnprk I've tried out this patch on my windows machine, and I do not see it successfully cross-compiling. Are there additional requirements that the host machine requires in order to build with this patch?

$ zig build -Dtarget=arm-linux-android
error: the host system (x86_64-windows.win10_cu...win10_cu-gnu) is unable to execute binaries from the target (arm-linux.5.10...6.19-musleabihf)
failed command: ".\\.zig-cache\\o\\8894513e38f47937511254b96a6cc5d3\\buildvm" -m bcdef -o "G:\\repos\\zig-luajit-build\\examples\\simple-repl\\.zig-cache\\o\\d4a461f0b9
...

Build Summary: 6/18 steps succeeded (6 failed)
install transitive failure
└─ install simple-repl transitive failure
   └─ compile exe simple-repl Debug arm-linux-android transitive failure
      ├─ translate-c transitive failure
      │  └─ install lua transitive failure
      │     └─ compile lib lua Debug arm-linux-android transitive failure
      │        ├─ run exe buildvm (lj_bcdef.h) failure
      │        ├─ run exe buildvm (lj_ffdef.h) failure
      │        ├─ run exe buildvm (lj_libdef.h) failure
      │        ├─ run exe buildvm (lj_recdef.h) failure
      │        ├─ run exe buildvm (lj_folddef.h) failure
      │        ├─ run exe buildvm (lj_vm.S) failure
      │        ├─ run exe buildvm (lj_bcdef.h) (+1 more reused dependencies)
      │        ├─ run exe buildvm (lj_ffdef.h) (+1 more reused dependencies)
      │        ├─ run exe buildvm (lj_libdef.h) (+1 more reused dependencies)
      │        ├─ run exe buildvm (lj_recdef.h) (+1 more reused dependencies)
      │        ├─ run exe buildvm (lj_folddef.h) (+1 more reused dependencies)
      │        └─ run exe buildvm (lj_vm.S) (+1 more reused dependencies)
      ├─ compile lib lua Debug arm-linux-android (+15 more reused dependencies)
      └─ compile lib lua Debug arm-linux-android (+15 more reused dependencies)

error: the following build command failed with exit code 1:
.zig-cache\o\7d30e29af515727ca112111082304350\build.exe C:\Users\Home\.zvm\0.16.0\zig.exe C:\Users\Home\.zvm\0.16.0\lib G:\repos\zig-luajit-build\examples\simple-repl .
zig-cache C:\Users\Home\AppData\Local\zig --seed 0xd0e36e75 -Z5331794ac9f16fb5 -Dtarget=arm-linux-android

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

build failed on windows: unknown escape sequence

2 participants