Forum Discussion
Altera_Forum
Honored Contributor
16 years ago --- Quote Start --- The Kernel Building configuration process ("make menuconfig" and friends) sets a lot of values in a configuration file that results in# define values (to be used by the Compiler) and other things (e.g. to be used in the linker script, but which I don't have much clue of yet). --- Quote End --- I know about the header with memory addresses and all, but I still can't find any auto-generated linker script. There is only the static one that comes with elf2flt that defines only one flat memory area, and another static one at linux-2.6/arch/nios2/kernel/vmlinux.lds.S that doesn't list a MEMORY. So how does the uClinux linker know where to put everything? Does it just grow from 0 and if it reaches out of main RAM you're screwed?