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

"make pointwise" seems to be failing? #5

Closed
steveri opened this issue Apr 10, 2017 · 2 comments
Closed

"make pointwise" seems to be failing? #5

steveri opened this issue Apr 10, 2017 · 2 comments
Assignees

Comments

@steveri
Copy link
Contributor

steveri commented Apr 10, 2017

See build 165 https://travis-ci.org/StanfordAHA/CGRAFlow/builds/220647889

$ make -C apps/coreir_examples/pointwise/ clean design_top.json out.png

make: Entering directory `/home/travis/build/StanfordAHA/CGRAFlow/Halide_CoreIR/apps/coreir_examples/pointwise'
rm -f pipeline run run_zynq
rm -f out.png out_zynq.png
rm -f pipeline_native.h pipeline_native.o
rm -f pipeline_hls.h pipeline_hls.cpp hls_target.h hls_target.cpp
rm -f pipeline_coreir.h pipeline_coreir.cpp
rm -f pipeline_cuda.h pipeline_cuda.o
rm -f pipeline_zynq.h pipeline_zynq.c pipeline_zynq.o run_zynq.o
rm -f rigel_target.h rigel_target.t coreir_target.h coreir_target.t
rm -f *.html *.json
g++-4.9 -std=c++11 -I ../../../include/ -I ../../../tools/ -I ../../../apps/support/  -Wall -g pipeline.cpp ../../../lib/libHalide.a /home/travis/build/StanfordAHA/CGRAFlow/coreir/build/coreir.a -o pipeline  -ldl -lpthread -lz -ltinfo 
../../../lib/libHalide.a(CodeGen_CoreIR_Testbench.o): In function `getStdlib(CoreIR::Context*)':
CodeGen_CoreIR_Testbench.cpp:(.text._Z9getStdlibPN6CoreIR7ContextE+0x15a): undefined reference to `CoreIR::Namespace::newTypeGen(std::string, std::string, std::unordered_map<std::string, CoreIR::Param, std::hash<std::string>, std::equal_to<std::string>, std::allocator<std::pair<std::string const, CoreIR::Param> > >, CoreIR::Type* (*)(CoreIR::Context*, std::unordered_map<std::string, CoreIR::Arg*, std::hash<std::string>, std::equal_to<std::string>, std::allocator<std::pair<std::string const, CoreIR::Arg*> > >, std::unordered_map<std::string, CoreIR::Param, std::hash<std::string>, std::equal_to<std::string>, std::allocator<std::pair<std::string const, CoreIR::Param> > >))'
CodeGen_CoreIR_Testbench.cpp:(.text._Z9getStdlibPN6CoreIR7ContextE+0x273): undefined reference to `CoreIR::Namespace::newGeneratorDecl(std::string, std::unordered_map<std::string, CoreIR::Param, std::hash<std::string>, std::equal_to<std::string>, std::allocator<std::pair<std::string const, CoreIR::Param> > >, CoreIR::TypeGen*)'
collect2: error: ld returned 1 exit status
make: *** [pipeline] Error 1
make: Leaving directory `/home/travis/build/StanfordAHA/CGRAFlow/Halide_CoreIR/apps/coreir_examples/pointwise'

The command "make -C apps/coreir_examples/pointwise/ clean design_top.json out.png" exited with 2.
@steveri
Copy link
Contributor Author

steveri commented Apr 10, 2017

It seems to be working again!

Did you do something?

@jeffsetter
Copy link
Contributor

jeffsetter commented Apr 10, 2017 via email

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