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
Following kernel commit 13b25489b6f8bd73ed65f07928f7c27a481f1820, the vpmadt032 object is no longer copied from the binary blob (.o_shipped) by the kernel kbuild rule for some reason.
Can be manually worked around by running a command like the following and continuing the build:
Since kernel commit torvalds/linux@13b2548,
the architecture specific object files for vpmadt032_loader, e.g. vpmadt032_x86_64.o
is no longer implicitly created from the shipped binary (also known as a binary blob),
e.g. vpmadt032_x86_64.o_shipped. Although kbuild should be creating a copy for us,
add an explicit rule to create the dependency as a workaround.
Resolves: asterisk#78
For now, the workaround previously in the script has been pulled out
into a formal Kbuild patch, so apply that instead.
See:
asterisk/dahdi-linux#78asterisk/dahdi-linux#79
PHREAKSCRIPT-61 #close
Following kernel commit 13b25489b6f8bd73ed65f07928f7c27a481f1820, the vpmadt032 object is no longer copied from the binary blob (.o_shipped) by the kernel kbuild rule for some reason.
Can be manually worked around by running a command like the following and continuing the build:
The text was updated successfully, but these errors were encountered: