Advertisement
Guest User

Dropbear IRIX C99

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