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

Build error on ubuntu 20.04 #22

Open
sunshine69 opened this issue Jul 25, 2021 · 1 comment
Open

Build error on ubuntu 20.04 #22

sunshine69 opened this issue Jul 25, 2021 · 1 comment

Comments

@sunshine69
Copy link

Hi there,

I got build error like this and not sure what to fix

command run

go get -u github.com/nwidger/nintengo

I did install azul3d and run their examples fine.

# azul3d.org/engine/native/al
/usr/bin/ld:/home/stevek/go/pkg/mod/azul3d.org/[email protected]/native/al/blob_linux_amd64.syso: file format not recognized; treating as linker script
/usr/bin/ld:/home/stevek/go/pkg/mod/azul3d.org/[email protected]/native/al/blob_linux_amd64.syso:1: syntax error
collect2: error: ld returned 1 exit status

It looks like it should not pass the linker to the .syso file, syso file is just a text file

cat /home/stevek/go/pkg/mod/azul3d.org/[email protected]/native/al/blob_linux_amd64.syso
version https://git-lfs.github.com/spec/v1
oid sha256:63275bd4866f47b882d4bf4b6e89167ea3ee478dac135b43f0e9757859b95f20
size 1374493
@nwidger
Copy link
Owner

nwidger commented Jul 26, 2021

I'm not 100% sure but I think the azul3d.org packages may require Git LFS which you can learn about here: https://git-lfs.github.com/

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

No branches or pull requests

2 participants