RE: KICKSTART_LINKBASE and build process
"Jan Stoess" <[email protected]>
| Newsgroups | gmane.comp.micro-kernel.l4.l4ka.general |
|---|---|
| Message-ID | <[email protected]> |
Hi Christian, > I need to change the start address of the bootloader, because Pistachio > shall be loaded from flash memory. I found that the KICKSTART_LINKBASE > is specified twice, in "user/util/config.mk" and > "user/util/configure.in". Is one created by the other? I guess you're referring to user/configure.in and user/config.mk, without util in the path, right? configure.in should be the correct for changing the LINKBASE, since the file config.mk is created during automatically, during "configure". -Jan