Advertisement
Guest User

Untitled

a guest
Jul 7th, 2018
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. PlatformSDK andrey@andrey-H87M-HD3:~/hadk$ rpm/dhd/helpers/build_packages.sh
  2. * Building rpm/droid-hal-ido.spec
  3. output_file.c:52:46: error: '_a' undeclared (first use in this function)
  4. ({ typeof(a) _a = (a); typeof(b) _b = (b); (_a < _b) ? _a : _b; })
  5. ^
  6. output_file.c:506:15: note: in expansion of macro 'min'
  7. write_len = min(len, out->block_size);
  8. ^
  9. output_file.c:52:51: error: '_b' undeclared (first use in this function)
  10. ({ typeof(a) _a = (a); typeof(b) _b = (b); (_a < _b) ? _a : _b; })
  11. ^
  12. output_file.c:506:15: note: in expansion of macro 'min'
  13. write_len = min(len, out->block_size);
  14. ^
  15. make[1]: *** [output_file.o] Error 1
  16. make[1]: Leaving directory `/home/andrey/hadk/system/core/libsparse'
  17. make: *** [image_tools] Error 2
  18. error: Bad exit status from /var/tmp/rpm-tmp.NajQKf (%build)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement