Advertisement
lovejoy777

error

Nov 28th, 2014
556
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.05 KB | None | 0 0
  1. libjavacore_intermediates/luni/src/main/native/android_system_OsConstants.o: file is empty
  2. target thumb C++: libsurfaceflinger <= frameworks/native/services/surfaceflinger/Client.cpp
  3. target thumb C++: libsurfaceflinger <= frameworks/native/services/surfaceflinger/DisplayDevice.cpp
  4. target thumb C++: libsurfaceflinger <= frameworks/native/services/surfaceflinger/DispSync.cpp
  5. target thumb C++: libsurfaceflinger <= frameworks/native/services/surfaceflinger/EventControlThread.cpp
  6. make[1]: Leaving directory '/home/lovejoy777/android/slimpop/kernel/amazon/otter-common'
  7. target thumb C++: libsurfaceflinger <= frameworks/native/services/surfaceflinger/EventThread.cpp
  8. frameworks/native/services/sensorservice/SensorService.cpp: In member function 'virtual void android::SensorService::onFirstRef()':
  9. frameworks/native/services/sensorservice/SensorService.cpp:162:50: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  10. for (int i = 0; i < mSensorList.size(); ++i) {
  11. ^
  12. frameworks/native/services/sensorservice/SensorService.cpp: In member function 'android::status_t android::SensorService::SensorEventConnection::sendEvents(const sensors_event_t*, size_t, sensors_event_t*, const android::SensorService::SensorEventConnection* const*)':
  13. frameworks/native/services/sensorservice/SensorService.cpp:1245:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  14. if (mCacheSize + count <= mMaxCacheSize) {
  15. ^
  16. frameworks/native/services/sensorservice/SensorService.cpp:1251:64: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  17. if (mCacheSize + count < computeMaxCacheSizeLocked()) {
  18. ^
  19. target thumb C++: libsurfaceflinger <= frameworks/native/services/surfaceflinger/FrameTracker.cpp
  20. libcore/luni/src/main/native/Register.cpp:36: error: undefined reference to 'register_android_system_OsConstants(_JNIEnv*)'
  21. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  22. build/core/host_shared_library_internal.mk:44: recipe for target '/home/lovejoy777/android/slimpop/out/host/linux-x86/obj32/lib/libjavacore.so' failed
  23. make: *** [/home/lovejoy777/android/slimpop/out/host/linux-x86/obj32/lib/libjavacore.so] Error 1
  24. make: *** Waiting for unfinished jobs....
  25. In file included from frameworks/native/services/surfaceflinger/EventControlThread.cpp:18:
  26. In file included from frameworks/native/services/surfaceflinger/SurfaceFlinger.h:57:
  27. frameworks/native/services/surfaceflinger/DisplayHardware/HWComposer.h:219:16: warning: struct 'HWComposer' was previously declared as a class [-Wmismatched-tags]
  28. friend struct HWComposer;
  29. ^
  30. frameworks/native/services/surfaceflinger/DisplayHardware/HWComposer.h:58:7: note: previous use is here
  31. class HWComposer
  32. ^
  33. 1 warning generated.
  34. In file included from frameworks/native/services/surfaceflinger/EventThread.cpp:33:
  35. In file included from frameworks/native/services/surfaceflinger/SurfaceFlinger.h:57:
  36. frameworks/native/services/surfaceflinger/DisplayHardware/HWComposer.h:219:16: warning: struct 'HWComposer' was previously declared as a class [-Wmismatched-tags]
  37. friend struct HWComposer;
  38. ^
  39. frameworks/native/services/surfaceflinger/DisplayHardware/HWComposer.h:58:7: note: previous use is here
  40. class HWComposer
  41. ^
  42. 1 warning generated.
  43. In file included from frameworks/native/services/surfaceflinger/DisplayDevice.cpp:35:
  44. frameworks/native/services/surfaceflinger/DisplayHardware/HWComposer.h:219:16: warning: struct 'HWComposer' was previously declared as a class [-Wmismatched-tags]
  45. friend struct HWComposer;
  46. ^
  47. frameworks/native/services/surfaceflinger/DisplayHardware/HWComposer.h:58:7: note: previous use is here
  48. class HWComposer
  49. ^
  50. In file included from frameworks/native/services/surfaceflinger/DisplayDevice.cpp:39:
  51. frameworks/native/services/surfaceflinger/DisplayDevice.h:40:1: warning: class 'DisplayInfo' was previously declared as a struct [-Wmismatched-tags]
  52. class DisplayInfo;
  53. ^
  54. frameworks/native/include/ui/DisplayInfo.h:28:8: note: previous use is here
  55. struct DisplayInfo {
  56. ^
  57. frameworks/native/services/surfaceflinger/DisplayDevice.h:40:1: note: did you mean struct here?
  58. class DisplayInfo;
  59. ^~~~~
  60. struct
  61. 2 warnings generated.
  62. In file included from frameworks/native/services/surfaceflinger/Client.cpp:26:
  63. In file included from frameworks/native/services/surfaceflinger/Layer.h:42:
  64. In file included from frameworks/native/services/surfaceflinger/SurfaceFlinger.h:57:
  65. frameworks/native/services/surfaceflinger/DisplayHardware/HWComposer.h:219:16: warning: struct 'HWComposer' was previously declared as a class [-Wmismatched-tags]
  66. friend struct HWComposer;
  67. ^
  68. frameworks/native/services/surfaceflinger/DisplayHardware/HWComposer.h:58:7: note: previous use is here
  69. class HWComposer
  70. ^
  71. 1 warning generated.
  72. lovejoy777@alien:~/androi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement