GloDroid / glodroid_manifest

Android port that aims to bring both user- and developer-friendly experience in using AOSP with a set of single-board computers (SBC), phones and other devices.
471 stars 67 forks source link

'kenerl/glodroid-megous' not found when trying to build Pinetab imgs #141

Closed tophneal closed 3 years ago

tophneal commented 3 years ago

I'm trying to build imgs for the PineTab, but shortly into building I get the error

device/glodroid/platform/kernel/kernel.Mk:70: error: FindEmulator: find: 'kernel/glodroid-megous': No such file or directory

ls glodroid/kernel shows: configs, firmware, glodroid-broadcom, glodroid-modules, glodroid-sunxi, prebuilts, tests

rsglobal commented 3 years ago

Hi,

Please run:

repo init -u https://github.com/glodroid/glodroid_manifest -b next
repo sync -c
tophneal commented 3 years ago

Thanks, that resolved that issue. Unfortunately, a new one arose, but no explicit error is given. I'll look into it more.

rsglobal commented 3 years ago

Good. Please create another issue if it still relevant. Also please check new README.md page for new ubuntu packages dependencies. There were several force-pushes to the v0.6.1 TAG before release, so you might need repo init/repo sync from scratch again.