Re: Hint Wanted on Debugging Unexpected Section

2016-07-04 Thread Joel Sherrill
On Mon, Jul 4, 2016 at 1:42 PM, Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > > - Joel Sherrill schrieb: > > On Mon, Jul 4, 2016 at 1:07 PM, Sebastian Huber < > > sebastian.hu...@embedded-brains.de> wrote: > > > > > Hello Joel, > > > > > > please use the linker command files

Re: Hint Wanted on Debugging Unexpected Section

2016-07-04 Thread Sebastian Huber
- Joel Sherrill schrieb: > On Mon, Jul 4, 2016 at 1:07 PM, Sebastian Huber < > sebastian.hu...@embedded-brains.de> wrote: > > > Hello Joel, > > > > please use the linker command files of the qoriq BSPs as a template on > > PowerPC. > > > > > psim is using the shared linkcmds. Is something wr

Re: Hint Wanted on Debugging Unexpected Section

2016-07-04 Thread Joel Sherrill
On Mon, Jul 4, 2016 at 1:07 PM, Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Hello Joel, > > please use the linker command files of the qoriq BSPs as a template on > PowerPC. > > psim is using the shared linkcmds. Is something wrong with it? What would be the advantage of the qo

Re: Hint Wanted on Debugging Unexpected Section

2016-07-04 Thread Sebastian Huber
Hello Joel, please use the linker command files of the qoriq BSPs as a template on PowerPC. You can use the linker map file to figure out which sections a the trouble maker (-Wl,-Map,map.txt). - Am 4. Jul 2016 um 19:57 schrieb Joel Sherrill j...@rtems.org: > Hi > > I have an unexpected se