Skip to content

Instantly share code, notes, and snippets.

@edhana
Last active April 19, 2016 13:33
Show Gist options
  • Save edhana/193f57c7870b07540d6e78159f2ee519 to your computer and use it in GitHub Desktop.
Save edhana/193f57c7870b07540d6e78159f2ee519 to your computer and use it in GitHub Desktop.
Falha indicada na saída da compilação do CloudwalkHelloWorld com o projeto no branch master, commit 62c1097e4379e765add1f8d005b71b80577740c4
mruby-ripemd
mruby-sha1
mruby-hmac
mruby-sha2
mruby-base58 - Base58 encoding
mruby-bignum - self-contained Bignum implementation
mruby-mock
mruby-emv - 0.1.0
================================================
** Execute default
bundle install
Using rake 10.5.0
Using cloudwalk_handshake 0.5.4
Using bundler 1.11.2
Using posxml_parser 0.7.10
Using yard 0.8.7.6
Using funky-simplehttp 0.4.4
Using da_funk 0.7.2
Bundle complete! 3 Gemfile dependencies, 7 gems now installed.
Use `bundle show [gemname]` to see where a bundled gem is installed.
rake
/home/avixysdk/workspace/cloudwalk/around_the_world/mruby/bin/mrbc -g -o ./out/main/main.mrb lib/admin_configuration.rb lib/cloudwalk.rb lib/cloudwalk_wizard.rb lib/main.rb lib/media_configuration.rb
/home/avixysdk/workspace/cloudwalk/around_the_world/mruby/bin/mrbc -g -o /home/avixysdk/workspace/cloudwalk/around_the_world/out/main/platform.mrb /home/avixysdk/workspace/cloudwalk/around_the_world/lib/platform.rb
[100%] Built target around_the_world
Scanning dependencies of target cloudwalkHelloWorld
[100%] Building C object examples/CloudwalkHelloWorld/CMakeFiles/cloudwalkHelloWorld.dir/src/helloWorld.c.o
[100%] Linking CXX executable ../../../usr/bin/cloudwalkHelloWorld
/home/avixysdk/workspace/cloudwalk/around_the_world/mruby/build/avixy4000/lib/libmruby.a(mruby_pax_gem.o): In function `mrb_mruby_emv_gem_init':
mruby_pax_gem.c:(.text+0x28): undefined reference to `mrb_pinpad_init'
mruby_pax_gem.c:(.text+0x3c): undefined reference to `mrb_emv_table_init'
collect2: error: ld returned 1 exit status
examples/CloudwalkHelloWorld/CMakeFiles/cloudwalkHelloWorld.dir/build.make:112: recipe for target '../usr/bin/cloudwalkHelloWorld' failed
make[2]: *** [../usr/bin/cloudwalkHelloWorld] Error 1
CMakeFiles/Makefile2:905: recipe for target 'examples/CloudwalkHelloWorld/CMakeFiles/cloudwalkHelloWorld.dir/all' failed
make[1]: *** [examples/CloudwalkHelloWorld/CMakeFiles/cloudwalkHelloWorld.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment