We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
add some helpful error messages if the output directory doesn't exist…
cffddb7
… (from issue #26, proposed by yunfan @yunfan)
sorry for not read that. now the building works and the benchmarks is so cool
hnes
No branches or pull requests
below comes the output from my shell
The text was updated successfully, but these errors were encountered: