This repository has been archived by the owner on Mar 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 646
Not able to make executables #366
Comments
Thanks for reporting this. There was a similar issue reported on the mailing list: https://groups.google.com/forum/#!forum/grumpy-users Basically, I've been messing around with the toolchain and those instructions no longer work. I've since updated that section of the README. I want to make it easier to build one-off binaries like in the old instructions, so I'm going to leave this issue open to track progress on that work. |
Hi, Thanks for input! Now I know that that part is still a work in progress. Looking forward to the future instructions to build one-off binaries. Thanks again! |
Need any help with this? |
I need help please,I have the same problem!!! |
This was referenced Sep 1, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi all,
I'm trying to create an executeable by following the steps here:
https://github.com/google/grumpy#method-2-grumpc
The issue is when I try to build the go file. It creates a file roughly 21kB which seems too small nor is it executeable. Also, even after making a chmod +x on the file it cannot be run. The error that occurs is:
the go file produced from the command 'build/bin/grumpc hello.py > hello.go' is:
if trying to build a simple go file with the code below, it works just fine (creates an executeable which i can run directly) so I don't think it's my Go installation that's been causing the issue.
I'm using go version go1.8.3 linux/amd64
The text was updated successfully, but these errors were encountered: