StanfordAHA / CGRAFlow

Integration test for entire CGRA flow
BSD 3-Clause "New" or "Revised" License
12 stars 2 forks source link

"make pointwise" seems to be failing? #5

Closed steveri closed 7 years ago

steveri commented 7 years ago

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 commented 7 years ago

It seems to be working again!

Did you do something?

jeffsetter commented 7 years ago

Yes. Since I prebuild libHalide.a for you, I need to push an updated version each time ross updates coreir.

Jeff

On Apr 10, 2017, 2:53 PM -0700, steveri notifications@github.com, wrote:

It seems to be working again!

Did you do something?

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub (https://github.com/StanfordAHA/CGRAFlow/issues/5#issuecomment-293090144), or mute the thread (https://github.com/notifications/unsubscribe-auth/AHb150ogrbAzV_uDatfn8Hw4OuLMf8m1ks5ruqTVgaJpZM4M5Vyu).