2022-08-19, 19:26
Hi!
I'm trying to compile Kodi myself in order to get proper resolution.
I've started from here 369094 (thread)
just simply changed two lines here https://github.com/xbmc/xbmc/blob/e0520c...s.cpp#L154
I want to get sys.displaysize over modes's
m_width = res.iWidth; -> m_width = 0;
m_height = res.iHeight; -> m_height = 0;
- Used Ubuntu 22.04.1 LTS (WSL Windows 10 x64)
- sdk commandlinetools latest
- ndk r21e
- master git
- arm(v7) android
And I followed steps from docs but kept getting errors.
Config.log - Pastebin.com
make -j - Pastebin.com This might not be a full log, I'm figuring out how to get logs on Ubuntu.
Repeated few times with clean start but got the same errors.
I have no "cmake" in "x86_64-linux-gnu-native\bin" directory
I'm trying to compile Kodi myself in order to get proper resolution.
I've started from here 369094 (thread)
just simply changed two lines here https://github.com/xbmc/xbmc/blob/e0520c...s.cpp#L154
I want to get sys.displaysize over modes's
m_width = res.iWidth; -> m_width = 0;
m_height = res.iHeight; -> m_height = 0;
- Used Ubuntu 22.04.1 LTS (WSL Windows 10 x64)
- sdk commandlinetools latest
- ndk r21e
- master git
- arm(v7) android
And I followed steps from docs but kept getting errors.
Quote:pi@Main-PC:~/kodi$ sudo make -C tools/depends/target/cmakebuildsys
make: Entering directory '/home/pi/kodi/tools/depends/target/cmakebuildsys'
mkdir -p /home/pi/kodi/build
cd /home/pi/kodi/build; /home/pi/android-tools/xbmc-depends/x86_64-linux-gnu-native/bin/cmake -DCMAKE_TOOLCHAIN_FILE=/home/pi/android-tools/xbmc-depends/arm-linux-androideabi-21-debug/share/Toolchain.cmake -DCMAKE_INSTALL_PREFIX=/home/pi/android-tools/xbmc-depends/arm-linux-androideabi-21-debug -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug -DENABLE_INTERNAL_CROSSGUID=ON -DENABLE_INTERNAL_FFMPEG=OFF /home/pi/kodi
/bin/sh: 1: /home/pi/android-tools/xbmc-depends/x86_64-linux-gnu-native/bin/cmake: not found
make: *** [Makefile:45: all] Error 127
make: Leaving directory '/home/pi/kodi/tools/depends/target/cmakebuildsys'
Config.log - Pastebin.com
make -j - Pastebin.com This might not be a full log, I'm figuring out how to get logs on Ubuntu.
Repeated few times with clean start but got the same errors.
I have no "cmake" in "x86_64-linux-gnu-native\bin" directory