What I am trying to achieve is to recompile llibsqlite3 using the SDK.
I am using the Barrier_Breaker x86_64 SDK.
Here is what I am typing:
scripts/feeds update -a
I am able to update the feeds and have most (BUT NOT ALL!!!) packages, because once I type:
scripts/feeds install libsqlite3
I got this:
WARNING: No feed for package 'libc' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'ibncurses' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'ibpthread' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'librt' found, maybe it's already part of the standard packages?
Double checked with
scripts/feeds search libpthread
I got nothing from the packages... What the hell...?!?! Where are these libraries??
If I try to compile the process breaks with exit error!!!
Am I missing something??