You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to cross-build redislite on Yocto, but setup.py downloads redis sources and tries to compile them with gcc built in my build machine, which for obvious reason fails. Is it possible to build redis before setup.py and tell it where the binaries are? Would that even be considered good idea if versions between your library and redis are mismatched?
The text was updated successfully, but these errors were encountered:
I'm trying to cross-build
redislite
on Yocto, butsetup.py
downloads redis sources and tries to compile them withgcc
built in my build machine, which for obvious reason fails. Is it possible to build redis beforesetup.py
and tell it where the binaries are? Would that even be considered good idea if versions between your library and redis are mismatched?The text was updated successfully, but these errors were encountered: