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

Compilation fail #2

Open
JLarky opened this issue Apr 25, 2011 · 0 comments
Open

Compilation fail #2

JLarky opened this issue Apr 25, 2011 · 0 comments

Comments

@JLarky
Copy link

JLarky commented Apr 25, 2011

Hi, I can't compile your application

$ ./make.bash 
make: Nothing to be done for `all'.
mkdir: cannot create directory `/home/jlarky/go/pkg/linux_386/golightly': Permission denied
make: *** [/home/jlarky/go/pkg/linux_386/golightly/test.a] Error 1
8g -o _go_.8 utility.go reslicing.go buffer.go int_buffer.go int_vector.go float_buffer.go
utility.go:5: undefined: float
utility.go:6: undefined: float
int_vector.go:368: undefined: float
int_vector.go:390: undefined: float
float_buffer.go:7: undefined: float
float_buffer.go:9: invalid receiver type FloatBuffer
float_buffer.go:10: invalid receiver type FloatBuffer
float_buffer.go:12: invalid receiver type FloatBuffer
float_buffer.go:18: invalid receiver type *FloatBuffer
float_buffer.go:28: invalid receiver type *FloatBuffer
float_buffer.go:28: too many errors
make: *** [_go_.8] Error 1
8g -o _go_.8 utility.go reslicing.go buffer.go int_buffer.go int_vector.go float_buffer.go
utility.go:5: undefined: float
utility.go:6: undefined: float
int_vector.go:368: undefined: float
int_vector.go:390: undefined: float
float_buffer.go:7: undefined: float
float_buffer.go:9: invalid receiver type FloatBuffer
float_buffer.go:10: invalid receiver type FloatBuffer
float_buffer.go:12: invalid receiver type FloatBuffer
float_buffer.go:18: invalid receiver type *FloatBuffer
float_buffer.go:28: invalid receiver type *FloatBuffer
float_buffer.go:28: too many errors
make: *** [_go_.8] Error 1
rm -f _test/feyeleanor/golightly.a
8g -o _gotest_.8 baseline.go baseline_benchmark_test.go baseline_test.go
baseline_benchmark_test.go:282: undefined: float
make: *** [_gotest_.8] Error 1
rm -f _test/golightly/vm.a
8g -o _gotest_.8 instruction_set.go iocontroller.go processor_core.go program.go instruction_set_benchmark_test.go

instruction_set_test.go iocontroller_test.go processor_core_benchmark_test.go processor_core_test.go
iocontroller.go:7: can't find import: golightly/storage
make: *** [gotest.8] Error 1

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

1 participant