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
objcopy kernel.elf -I binary kernel.img make: objcopy: No such file or directory
It appears that OBJCOPY is defined twice in the current makefile. Once on line 9 and once on line 11. The line 11 version appears to be a mistake, but I can not be certain.
The text was updated successfully, but these errors were encountered:
I am seeing the following error during make:
objcopy kernel.elf -I binary kernel.img make: objcopy: No such file or directory
It appears that
OBJCOPY
is defined twice in the current makefile. Once on line 9 and once on line 11. The line 11 version appears to be a mistake, but I can not be certain.The text was updated successfully, but these errors were encountered: