Forum Discussion
Altera_Forum
Honored Contributor
20 years agoProblem with BuildrootGuide
i was following the BuildrootGuide but i encounter this problem when compiling the kernel. <div class='quotetop'>QUOTE </div> --- Quote Start --- ... LD init/built-in.o LD ...
Altera_Forum
Honored Contributor
19 years agothx for your reply.
using binary tools also have the weird errors above. however, i notice that the zimage is created before romfs. i think this is not supposed to happen (is it?), thus, i make twice, first time to make all the changes above and 2nd one to update the zimage. now the image is bootable. do i have to run 'make romfs' everytime i configure the kernel? as in: make vendor_hwselect..., make menuconfig, make romfs, make, make linux image? or juz: make vendor_hwselect..., make menuconfig, make, make linux image?