Advertisement
Guest User

rockbox build error

a guest
Aug 3rd, 2015
289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 1.46 KB | None | 0 0
  1. /build ❯❯❯ make
  2. Generating dependencies
  3. perl: symbol lookup error: /usr/lib/perl5/vendor_perl/auto/List/Util/Util.so: undefined symbol: Perl_xs_apiversion_bootcheck
  4. perl: symbol lookup error: /usr/lib/perl5/vendor_perl/auto/List/Util/Util.so: undefined symbol: Perl_xs_apiversion_bootcheck
  5. perl: symbol lookup error: /usr/lib/perl5/vendor_perl/auto/List/Util/Util.so: undefined symbol: Perl_xs_apiversion_bootcheck
  6. CC tools/rdf2binary
  7. CC tools/convbdf
  8. CC tools/codepages
  9. CC bmp2rb
  10. BMP2RB iaudio_bl_flash.c
  11. CC tools/scramble
  12. CC uclpack
  13. CC tools/mkboot
  14. CC apps/action.c
  15. /home/filip/projects/rockbox/apps/action.c:26:18: error: lang.h: No such file or directory
  16. /home/filip/projects/rockbox/apps/action.c: In function ‘get_action_worker’:
  17. /home/filip/projects/rockbox/apps/action.c:305: warning: implicit declaration of function ‘str’
  18. /home/filip/projects/rockbox/apps/action.c:305: error: ‘LANG_KEYLOCK_OFF’ undeclared (first use in this function)
  19. /home/filip/projects/rockbox/apps/action.c:305: error: (Each undeclared identifier is reported only once
  20. /home/filip/projects/rockbox/apps/action.c:305: error: for each function it appears in.)
  21. /home/filip/projects/rockbox/apps/action.c:314: error: ‘LANG_KEYLOCK_ON’ undeclared (first use in this function)
  22. /home/filip/projects/rockbox/tools/root.make:418: recipe for target '/home/filip/projects/rockbox/build/apps/action.o' failed
  23. make: *** [/home/filip/projects/rockbox/build/apps/action.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement