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
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.
The text was updated successfully, but these errors were encountered:
It seems to be working again!
Did you do something?
Sorry, something went wrong.
jeffsetter
No branches or pull requests
See build 165 https://travis-ci.org/StanfordAHA/CGRAFlow/builds/220647889
The text was updated successfully, but these errors were encountered: