Advertisement
Guest User

Dropbear IRIX CC

a guest
Jan 26th, 2020
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. cc-1040 cc: WARNING File = src/headers/tomcrypt_prng.h, Line = 76
  2. An identifier is expected.
  3.  
  4. };
  5. ^
  6.  
  7. cc-1029 cc: ERROR File = src/misc/base64/base64_decode.c, Line = 71
  8. An expression is expected at this point.
  9.  
  10. };
  11. ^
  12.  
  13. cc-3940 cc: ERROR File = src/misc/base64/base64_decode.c, Line = 46
  14. an empty initializer is invalid for an array with unspecified bound
  15.  
  16. static const unsigned char map_base64url[] = {
  17. ^
  18.  
  19. 2 errors detected in the compilation of "src/misc/base64/base64_decode.c".
  20. gmake[1]: *** [Makefile:246: src/misc/base64/base64_decode.o] Error 2
  21. gmake[1]: Leaving directory '/usr/people/kazuo/dropbear-2019.78/libtomcrypt'
  22. gmake: *** [Makefile:224: libtomcrypt/libtomcrypt.a] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement