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
we tried using the sdk container to build libnl. We tried different versions: latest, mvebu-cortexa9-22.03.3, mvebu-cortexa9-22.03.4andmvebu-cortexa9-22.03.5`. We executed the following commands:
./scripts/feeds update -a
make defconfig
./scripts/feeds install libnl
make V=sc package/libnl/compile
The build gets stuck for several minutes with the following message:
Probably the problem with the ulimits happen because the user inside the container is now buildbot instead of root. Maybe a hint in the README would be helpful, that if fakeroot hangs changing the ulimits is required.
Hi,
we tried using the sdk container to build
libnl
. We tried different versions:latest
,mvebu-cortexa9-22.03.3
, mvebu-cortexa9-22.03.4and
mvebu-cortexa9-22.03.5`. We executed the following commands:The build gets stuck for several minutes with the following message:
Does anyone know what we are doing wrong, or why it tries to compile the toolchain at all? I thought the sdk contains a precompiled toolchain.
The text was updated successfully, but these errors were encountered: