kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
* make vmlinux .bss PROGBITS
@ 2020-10-06 13:17 William Tambe
  2020-10-06 18:11 ` Valdis Klētnieks
  0 siblings, 1 reply; 4+ messages in thread
From: William Tambe @ 2020-10-06 13:17 UTC (permalink / raw)
  To: Kernel Newbies

How can I modify Makefile such that when vmlinux is created, following
command is run on vmlinux to make section .bss PROGBITS:
objcopy --set-section-flags .bss=alloc,load,contents

_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-10-06 23:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-06 13:17 make vmlinux .bss PROGBITS William Tambe
2020-10-06 18:11 ` Valdis Klētnieks
2020-10-06 18:56   ` William Tambe
2020-10-06 23:52     ` Valdis Klētnieks

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).