Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Strange error cross-compiling for Windows #6331

Closed
JalonSolov opened this issue Sep 8, 2020 · 1 comment
Closed

Strange error cross-compiling for Windows #6331

JalonSolov opened this issue Sep 8, 2020 · 1 comment
Labels
Bug This tag is applied to issues which reports bugs.

Comments

@JalonSolov
Copy link
Contributor

V version: V 0.1.29 9a5b86e
OS: Ubuntu 20.04.1 LTS (Focal Fossa)

What did you do?

cd examples
v -os windows nbody.v

What did you expect to see?

nbody.exe created

What did you see instead?

jalon@Ripper:~/git/v/examples$ v -os windows nbody.v
/home/jalon/git/v/thirdparty/tcc/lib/openlibm.o not found, building it...
failed thirdparty object build cmd:
x86_64-w64-mingw32-gcc   -fPIC  -c -o "/home/jalon/git/v/thirdparty/tcc/lib/openlibm.o" "/home/jalon/git/v/thirdparty/tcc/lib/openlibm.c"
builder error: x86_64-w64-mingw32-gcc: error: /home/jalon/git/v/thirdparty/tcc/lib/openlibm.c: No such file or directory
x86_64-w64-mingw32-gcc: fatal error: no input files
compilation terminated.

jalon@Ripper:~/git/v/examples$
@JalonSolov JalonSolov added the Bug This tag is applied to issues which reports bugs. label Sep 8, 2020
@danieldaeschle
Copy link
Member

Works now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug This tag is applied to issues which reports bugs.
Projects
None yet
Development

No branches or pull requests

2 participants