Advertisement
Guest User

Untitled

a guest
Mar 15th, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. * Building rpm/droid-hal-ido.spec
  2. + FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -fmessage-length=0 -march=armv7-a -mfloat-abi=hard -mfpu=neon -mthumb -Wno-psabi -I/usr/lib/gfortran/modules'
  3. + export FFLAGS
  4. + LD_AS_NEEDED=1
  5. + export LD_AS_NEEDED
  6. + echo _target_cpu is armv7hl
  7. _target_cpu is armv7hl
  8. + grep -q '^TARGET_ARCH := arm64' ./device/xiaomi/ido/BoardConfig.mk
  9. + echo -e '\n' 'IMPORTANT: some devices in your Android tree are 64bit targets. If your device is aarch64,\n' ' please define droid_target_aarch64 in your .spec, otherwise define droid_target_armv7hl\n' 'NOTE: Currently there is no Sailfish OS ARM 64bit target, so leave PORT_ARCH as armv7hl\n' ' Mixed builds of 64bit Android+Linux Kernel and 32bit Sailfish OS work just fine.'
  10.  
  11. IMPORTANT: some devices in your Android tree are 64bit targets. If your device is aarch64,
  12. please define droid_target_aarch64 in your .spec, otherwise define droid_target_armv7hl
  13. NOTE: Currently there is no Sailfish OS ARM 64bit target, so leave PORT_ARCH as armv7hl
  14. Mixed builds of 64bit Android+Linux Kernel and 32bit Sailfish OS work just fine.
  15. + exit 1
  16. error: Bad exit status from /var/tmp/rpm-tmp.Ud3wNa (%build)
  17.  
  18.  
  19. RPM build errors:
  20. Macro %droid_target_aarch64 has empty body
  21. Bad exit status from /var/tmp/rpm-tmp.Ud3wNa (%build)
  22. * Check /home/ya/hadk/droid-hal-ido.log for full log.
  23. !! building of package failed
  24. PlatformSDK [ido] bash-3.2$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement