Trying to build GNUstep from git repo and clang-9 on Raspbian Buster (10.4)

2020-06-14 Thread Patrick Cardona via Discussion list for the GNUstep programming environment
Hi David, Hi All, I tried to make GNUstep from git according to the wiki : http://wiki.gnustep.org/index.php/Building_GNUstep_under_Debian_FreeBSD I am stuck at this step : building libobjc2. These are the steps and things done : Building GNUstep under Raspbian (Buster 10.4) : Step 1) Depende

Re: Trying to build GNUstep from git repo and clang-9 on Raspbian Buster (10.4)

2020-06-15 Thread Johannes Brakensiek
Hi Patrick, On 14 Jun 2020, at 23:15, Patrick Cardona via Discussion list for the GNUstep programming environment wrote: I tried to make GNUstep from git according to the wiki : http://wiki.gnustep.org/index.php/Building_GNUstep_under_Debian_FreeBSD I am stuck at this step : building libobjc

Re: Trying to build GNUstep from git repo and clang-9 on Raspbian Buster (10.4)

2020-06-15 Thread Patrick Cardona via Discussion list for the GNUstep programming environment
I forgot to make the list with copy. Here it is... Le 15/06/20 à 17:17, Patrick Cardona a écrit : > Hi Johannes, > > Le 15/06/20 à 09:13, Johannes Brakensiek a écrit : > > Hi Patrick, > > > > On 14 Jun 2020, at 23:15, Patrick Cardona via Discussion list for the > > GNUstep programming environmen

Re: Trying to build GNUstep from git repo and clang-9 on Raspbian Buster (10.4)

2020-06-16 Thread Patrick Cardona via Discussion list for the GNUstep programming environment
Hi Johannes, Hi All, I first made a backup of ~/GNUstep so I started with a fresh new one to avoid conflicts with the previous install... Behalf the script by Patryck Laurent (great job !), pointed out by Johannes, I was able to build gnustep from github repo with clang-7 on my raspbian 10 (Bus

Re: Trying to build GNUstep from git repo and clang-9 on Raspbian Buster (10.4)

2020-06-18 Thread David Chisnall
> On 15 Jun 2020, at 08:13, Johannes Brakensiek > wrote: > > But afaik some parts of libobjc2 2.0 are built from assembler code. The > needed code for the armhf architecture does not exist yet. That architecture > is 32bit. If you try the 64bit variant (aarch64) it should work afaik. I am r

Re: Trying to build GNUstep from git repo and clang-9 on Raspbian Buster (10.4)

2020-06-18 Thread Johannes Brakensiek
Thank you for your reply, David. On 18 Jun 2020, at 10:46, David Chisnall wrote: If you want to build libobjc2 on armhf you will have to use the older version 1.9 of libobjc (which does not require clang >= 8, but works with older versions of clang as well). The v2 and v1 ABIs do not use di

Re: Trying to build GNUstep from git repo and clang-9 on Raspbian Buster (10.4)

2020-06-18 Thread David Chisnall
On 18 Jun 2020, at 11:05, Johannes Brakensiek wrote: > > Thank you for your reply, David. > > On 18 Jun 2020, at 10:46, David Chisnall wrote: > >>> If you want to build libobjc2 on armhf you will have to use the older >>> version 1.9 of libobjc (which does not require clang >= 8, but works wit

Re: Trying to build GNUstep from git repo and clang-9 on Raspbian Buster (10.4)

2020-06-19 Thread Johannes Brakensiek
On 18 Jun 2020, at 10:46, David Chisnall wrote: I did. Five years ago. Note that there was a bug until 15 months ago where the unwind info was not correctly set, so throwing an exception out of +initialize would potentially corrupt some floating point state. This runtime stuff really is hi

Re: Trying to build GNUstep from git repo and clang-9 on Raspbian Buster (10.4)

2020-06-22 Thread Andreas Fink
I had no problems compiling gnustep9 on debian9-64bit on a raspberriy-pi. However as always on debian, you must use the gold linker not the default one. Otherwise hell breaks loose. And I didnt even try 32bit version (but it should work too from my experience in the past). The biggest problem fo