Re: [RSB PATCH] 6: Merge the MacOS M silicon patch from gcc-12 to gcc-13

2023-11-27 Thread Chris Johns
On 27/11/2023 6:43 pm, Cedric Berger wrote: > I just installed the following packages successively: > >  - https://gmplib.org/download/gmp/gmp-6.3.0.tar.xz >  - https://www.mpfr.org/mpfr-current/mpfr-4.2.1.tar.gz This URL is not suitable so the GNU mirror is better. A change in version means

Re: [RSB PATCH] 6: Merge the MacOS M silicon patch from gcc-12 to gcc-13

2023-11-27 Thread Chris Johns
On 27/11/2023 6:43 pm, Cedric Berger wrote: > Hello, > > On 24.11.2023 08:36, Sebastian Huber wrote: >> Would updating to ISL 0.26 and MPC 1.3.1 fix this issue also? > > I just tried in on my fully up-to-date M1 Pro (macOS Sonoma 14.1.1, Xcode > 15.0.1) > > Short answer: everything works well

Cyclone 10 LP BSP

2023-11-27 Thread Kirspel, Kevin
I'm trying to create a BSP for a NIOS V/m running on a Cyclone 10 LP Eval Kit. The NIOS V/m is a rv32ia/ilp32 architecture so I had to patch the RSB to add that multilib. I have a Hello World app compiled but I get exceptions when having the tick timer interrupt enabled. So, I disabled the

[PATCH] libtest: Add hash to gcov info dump

2023-11-27 Thread Sebastian Huber
This helps to validate that the data was transferred correctly. --- cpukit/libtest/testgcovdumpinfo.c | 29 +++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/cpukit/libtest/testgcovdumpinfo.c b/cpukit/libtest/testgcovdumpinfo.c index