GastonmeloSMA1980

U-Boot github cross-compile error

Aug 25th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. In file included from tools/mkenvimage.c:24:
  2. ./tools/version.h:1:1: error: expected identifier or ‘(’ before ‘.’ token
  3. 1 | ../include/version.h
  4. | ^
  5. tools/mkenvimage.c: In function ‘main’:
  6. tools/mkenvimage.c:116:4: warning: implicit declaration of function ‘usage’ [-Wimplicit-function-declaration]
  7. 116 | usage(prg);
  8. | ^~~~~
  9. tools/mkenvimage.c:119:35: error: ‘PLAIN_VERSION’ undeclared (first use in this function)
  10. 119 | printf("%s version %s\n", prg, PLAIN_VERSION);
Add Comment
Please, Sign In to add comment