Re: Malloc tests

2022-01-07 Thread zack leung
I think that the malloc tests is calculated differently than alloc_size+ allocsize mod it looks like this *alloc_size = (uintptr_t) next_block + HEAP_ALLOC_BONUS - alloc_begin; when i run the comparison i get 8 (with heap alignment) and the function gives me 12. is the heap alloc bonus part of

Re: Older gcc for MacOS

2022-01-07 Thread Joel Sherrill
On Fri, Jan 7, 2022 at 4:17 PM Chris Johns wrote: > > On 8/1/22 8:28 am, Ryan Long wrote: > > Hi, > > > > Our MacOS VM is failing to build several of the tools on the RTEMS 5 > > branch. We > > think that using an older version of gcc should get all of the tools to > > build. I > > tried build g

Re: Older gcc for MacOS

2022-01-07 Thread Chris Johns
On 8/1/22 8:28 am, Ryan Long wrote: > Hi, > > Our MacOS VM is failing to build several of the tools on the RTEMS 5 branch. > We > think that using an older version of gcc should get all of the tools to > build. I > tried build gcc-4.8 with the RSB, but I get the following error. > > > tester@V

Older gcc for MacOS

2022-01-07 Thread Ryan Long
Hi, Our MacOS VM is failing to build several of the tools on the RTEMS 5 branch. We think that using an older version of gcc should get all of the tools to build. I tried build gcc-4.8 with the RSB, but I get the following error. tester@VM-MacOS bare % ../source-builder/sb-set-builder --pr