In file included from external/mesa/src/gallium/auxiliary/gallivm/lp_bld_debug.cpp:38:In file included from external/llvm/include/llvm/IR/Module.h:22:
In file included from external/llvm/include/llvm/IR/Function.h:23:
In file included from external/llvm/include/llvm/IR/Argument.h:19:
external/llvm/include/llvm/IR/Attributes.h:68:14: fatal error: 'llvm/IR/Attributes.inc' file not found
#include "llvm/IR/Attributes.inc"
^
target C: libmesa_gallium <= external/mesa/src/gallium/auxiliary/draw/draw_gs.c
1 error generated.
build/core/binary.mk:968: recipe for target '/home/rsa-key-20161007/cm14/out/target/product/android_x86/obj/STATIC_LIBRARIES/libmesa_gallium_intermediates/gallivm/lp_bld_debug.o' failed
make: *** [/home/rsa-key-20161007/cm14/out/target/product/android_x86/obj/STATIC_LIBRARIES/libmesa_gallium_intermediates/gallivm/lp_bld_debug.o] Error 1
make: *** Waiting for unfinished jobs....
In file included from external/mesa/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp:62:
In file included from external/llvm/include/llvm/ExecutionEngine/ExecutionEngine.h:22:
In file included from external/llvm/include/llvm/IR/Module.h:22:
In file included from external/llvm/include/llvm/IR/Function.h:23:
In file included from external/llvm/include/llvm/IR/Argument.h:19:
external/llvm/include/llvm/IR/Attributes.h:68:14: fatal error: 'llvm/IR/Attributes.inc' file not found
#include "llvm/IR/Attributes.inc"
^
1 error generated.
build/core/binary.mk:968: recipe for target '/home/rsa-key-20161007/cm14/out/target/product/android_x86/obj/STATIC_LIBRARIES/libmesa_gallium_intermediates/gallivm/lp_bld_misc.o' failed
make: *** [/home/rsa-key-20161007/cm14/out/target/product/android_x86/obj/STATIC_LIBRARIES/libmesa_gallium_intermediates/gallivm/lp_bld_misc.o] Error 1
1 warning generated.
make: *** wait: No child processes. Stop.
#### make failed to build some targets (01:32:39 (hh:mm:ss)) ####
cd kernel
git clean -xfd
» fatal error: openssl/opensslv.h: No such file or directory «sudo apt-get install libssl-dev
Thanks Martin.
Tested iso:
Baytrail tablet, touchscreen silead, GPS 3G modem.
Boot OK, damm fast, HW accelerated GUI (high dpi), No sound (but modules loaded), No BT (modules loaded), working and stable Wifi, Gravity sensors working, ambient, dimm screen not working, Battery management not working (AXP288 ADC need to be activated in config), GPS and 3G Modem not working.
Wow.
Sound working?
Maybe you customized something for your tablet?, mine is recognized as "Insyde" vendor and "Baytrail" model.
Also you said that "suspend" makes an infinity bootloop, do you have energy management loaded? (despite the bug stated, of course).
If I get sound working, BT, GPS (with patches got from android-ia), buttons and battery management working, I can definitely switch to CM14, screen brightness is not a no go for me,neither 3G.
I can't wait for your next build.
Thanks for your work.
Sure.
I have 3 chuwi tablets all dual android 4.4.4 (android-ia), windows 8.1/10
vx8 3g business (2GB ram 32 GB emmc, GPS, 3g)
v89 (2GB ram 64 GB emmc, GPS, 3g)
Hi8
My main goal is to have a "semi"working CM in vx8 and v89, both have a BMA accel ? sensor, Broadcom GNSS 4752 GPS (got a driver from android-ia that I shared in this group), ov cameras (driver available from android-ia) but imx1xx also loaded in Android with atomisp driver, kj gravity sensor, Intel sst audio, touchscreen is weird because windows reported a Silead KMDF HID gpio driver, but android, report Goodix gt9xx_ts (also reported as loaded in your CM14 compilation). For battery management seems to have a Dollar_cove IC (apx288 availabe in kernel).
在 2016年10月16日星期日 UTC+8下午7:24:50,Jose Luis s写道:
Thanks Martin.
Default DPI in CM is 160, while in aosp is 240(or 320). That's why.Sound - for me is working well... even is too high volume, which caused, that one of my (tablet) speakers aren't working... Ah...I'm working on few fixes... I'll upload next image when ready.
Android x86 4.8 kernel source,no gslx680 default,I cross compile gslx680 ,and no 8723bs Bluetooth patch default .Android x86 4.4 kernel source,has gslx680 default,has 8723bs Bluetooth patch default.special fw,https://github.com/onitake/gsl-firmware
Hi,Merging of CM 14.0 and Android-x86 is nearing completion. You can get the code as following:git protocol
repo init -u git://git.osdn.jp/gitroot/android-x86/manifest -b nougat-x86 -m cm.xml
http protocol
repo init -u http://scm.osdn.jp/gitroot/android-x86/manifest -b nougat-x86 -m cm.xmlSome known issues and quick fixes:
ICMWeatherManager.NoOp() undefinedcd vendor/cmsdkgit revert 009662e24e9c47cd293e05421eabd53a6d163cdcBuild errors MESA + libdrm
Replace graphics components with Mauro's great work:
external/mesa
https://github.com/maurossi/mesa/commits/12.1.0devel_nougat-x86_06-oct-2016external/drm_grallocOut of memory tips
Add to device/generic/common/Boardconfig.mk (or some more appropriate location):
ANDROID_JACK_VM_ARGS := -Dfile.encoding=UTF-8 -XX:+TieredCompilation -Xmx4096m
Disable Ninja to save some memory (but will slow down incremental builds), also add:
USE_NINJA := falseStop the Jack server before a new (incremental) build:
jack-admin stop-serverYou should now be able to get a bootable iso_img but camera and Bluetooth still need work.Please keep the discussion on topic.