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 failed from the latest release #26

Closed
yunfan opened this issue Jan 23, 2019 · 2 comments
Closed

build failed from the latest release #26

yunfan opened this issue Jan 23, 2019 · 2 comments
Assignees
Labels
answered question Further information is requested

Comments

@yunfan
Copy link

yunfan commented Jan 23, 2019

below comes the output from my shell

jiangyunfan@wejoy:~/Downloads/libaco-1.2.4$ bash make.sh -o no-m32
OUTPUT_DIR:       ./output
CFLAGS:           -g -O2 -Wall -Werror
EXTRA_CFLAGS:     
ACO_EXTRA_CFLAGS: 
OUTPUT_SUFFIX:    ..no_valgrind.standaloneFPUenv
        cc -g -O2 -Wall -Werror   acosw.S aco.c test_aco_tutorial_0.c  -o ./output/test_aco_tutorial_0..no_valgrind.standaloneFPUenv
/usr/bin/ld: cannot open output file ./output/test_aco_tutorial_0..no_valgrind.standaloneFPUenv: 没有那个文件或目录
collect2: error: ld returned 1 exit status
error: make.sh:build fail
error: make.sh:exit

jiangyunfan@wejoy:~/Downloads/libaco-1.2.4$ uname -a
Linux wejoy 4.18.0-13-generic #14-Ubuntu SMP Wed Dec 5 09:04:24 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
jiangyunfan@wejoy:~/Downloads/libaco-1.2.4$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 18.10
Release:        18.10
Codename:       cosmic

@hnes hnes self-assigned this Jan 24, 2019
@hnes hnes added the question Further information is requested label Jan 24, 2019
@hnes
Copy link
Owner

hnes commented Jan 24, 2019

Hi @yunfan, I think that is because an "output" directory hasn't been created before the make.sh is running.

As described in the "Build and Test" part of the README.md:

$ mkdir output
$ bash make.sh
$ cd output
$ bash ../test.sh

Do you mind to try again? Please let me know if such issue still exists. Thanks a lot.

hnes added a commit that referenced this issue Jan 24, 2019
@yunfan
Copy link
Author

yunfan commented Jan 24, 2019

sorry for not read that. now the building works
and the benchmarks is so cool

@yunfan yunfan closed this as completed Jan 24, 2019
@hnes hnes added the answered label Jan 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
answered question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants