Re: [PATCH]Re:RAP File load error

2019-06-12 Thread Chris Johns
On 12/6/19 3:29 pm, jameszxj wrote: > > I commit and create a patch use sourcetree, is this ok? Yes. I have pushed a slightly adjusted version of the patch. Thanks Chris ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/dev

Re: [PATCH]Re:RAP File load error

2019-06-11 Thread jameszxj
I commit and create a patch use sourcetree, is this ok? -- Original -- From: "Chris Johns"; Date: Wed, Jun 12, 2019 12:26 PM To: "jameszxj";"devel"; Subject: Re: [PATCH]Re:RAP File load error On 12/6/19 2:15 pm, jameszxj wrote:

Re: [PATCH]Re:RAP File load error

2019-06-11 Thread Chris Johns
On 12/6/19 2:15 pm, jameszxj wrote: > I found the problem Awesome. > is: rtems_rtl_elf_relocate_rel() change the return value, > but rtl-rap.c:412 still check the return value as bool, so the RAP load > failed. > > I make a patch about this. The patch look good however I need a patch generated

[PATCH]Re:RAP File load error

2019-06-11 Thread jameszxj
I found the problem is: rtems_rtl_elf_relocate_rel() change the return value, but rtl-rap.c:412 still check the return value as bool, so the RAP load failed. I make a patch about this. -- Original -- From: "jameszxj"; Date: Tue, Jun 11, 2019 09:18 AM To: "devel"