Re: [cfarm-users] [cfarm-announces] LoongArch Machine gcc401 updated to Archlinux OS

2022-11-10 Thread Christian Jullien via cfarm-users
Hi, wget, man, ftp are missing, would be nice if you can install them please. Tia -Original Message- From: cfarm-users [mailto:cfarm-users-boun...@lists.tetaneutral.net] On Behalf Of Paulo César Pereira de Andrade via cfarm-users Sent: Thursday, November 10, 2022 13:18 To: GCC Compile F

Re: [cfarm-users] [cfarm-announces] New Apple M1 machine running macOS (gcc104)

2022-10-18 Thread Christian Jullien via cfarm-users
m-users] [cfarm-announces] New Apple M1 machine running macOS (gcc104) On Tue, 2022-10-18 at 05:40 +0200, Christian Jullien via cfarm- users wrote: > Many thanks team!! > > I noticed an issue with x86_64 support > > gcc104 (homebrew):~ jullien$ cat foo.c > #include > int > m

Re: [cfarm-users] [cfarm-announces] New Apple M1 machine running macOS (gcc104)

2022-10-17 Thread Christian Jullien via cfarm-users
cc104) On Tue, 2022-10-18 at 05:40 +0200, Christian Jullien via cfarm- users wrote: > Many thanks team!! > > I noticed an issue with x86_64 support > > gcc104 (homebrew):~ jullien$ cat foo.c > #include > int > main() { > printf("Hello World\n"); > } &g

Re: [cfarm-users] [cfarm-announces] New Apple M1 machine running macOS (gcc104)

2022-10-17 Thread Christian Jullien via cfarm-users
Many thanks team!! I noticed an issue with x86_64 support gcc104 (homebrew):~ jullien$ cat foo.c #include int main() { printf("Hello World\n"); } gcc104 (homebrew):~ jullien$ gcc -arch x86_64 foo.c -o foo && ./foo bash: ./foo: Bad CPU type in executable -Original Message- From: cfar

Re: [cfarm-users] gcc202 / gcc203 maintenance

2022-08-12 Thread Christian JULLIEN via cfarm-users
Hi I also have concern about gcc304.We started to port TinyCC on macOS M1 but gcc304.fsffrance.org port 2409 is not responding for months.Hence port stalled.Is it known? Is there a chance this machine comes back soon?Anyway, I would like to send a BIG thanks to people working on the farmC. Le : 1

Re: [cfarm-users] Two physical RISC-V hosts available for testing

2022-07-04 Thread Christian Jullien via cfarm-users
A great news, really! Many thanks -Original Message- From: cfarm-users [mailto:cfarm-users-boun...@lists.tetaneutral.net] On Behalf Of Baptiste Jonglez via cfarm-users Sent: Monday, July 04, 2022 10:30 To: cfarm-users@lists.tetaneutral.net Cc: Baptiste Jonglez Subject: [cfarm-users] Two p

Re: [cfarm-users] New OS requirements on the farm?

2022-04-07 Thread Christian Jullien via cfarm-users
First of all, I would like to send VERY BIG thanks to people giving us access to this large collection of machines. I personally do very lightweight tasks testing tcc C compiler on the different architectures it supports. I especially appreciate a machine with the very last gcc version. This allow

Re: [cfarm-users] [cfarm-announces] New M1 machine running Linux natively: gcc103

2022-03-11 Thread Christian Jullien via cfarm-users
Many thanks, I'm please to tell you that TinyCC C compiler works ROOT from mob on this machine. Good job! -Original Message- From: cfarm-announces [mailto:cfarm-announces-boun...@lists.tetaneutral.net] On Behalf Of CFarm Annoucements via cfarm-announces Sent: Friday, March 11, 2022 09:

[cfarm-users] What happens with RISC-V

2022-02-07 Thread Christian Jullien via cfarm-users
Hi team, I probably missed the info from list and I apologies for that, do you know what happened to the wonderful RISC-V access that used to be on gcc140.fsffrance.org port 45019? It was a valuable resource to test code for RISC-V and I don't see equivalence on https://cfarm.tetaneutral.net/mach

Re: [cfarm-users] [cfarm-announces] New Loongson 3A5000 machines: gcc400 and gcc401

2022-01-07 Thread Christian Jullien via cfarm-users
Also, the following variables are set LANG=zh_CN LC_ALL=zh_CN LC_CTYPE=zh_CN LC_NUMERIC=zh_CN LC_TYPE=zh_CN I set them in my .bash_profile to more common en_US.UTF-8 You probably want to set them globally for all users. I was surprised to see Chinese message when calling wget :o) -Original

Re: [cfarm-users] [cfarm-announces] New Loongson 3A5000 machines: gcc400 and gcc401

2022-01-07 Thread Christian Jullien via cfarm-users
Thanks, is it possible to install subversion please? -Original Message- From: cfarm-announces [mailto:cfarm-announces-boun...@lists.tetaneutral.net] On Behalf Of CFarm Annoucements via cfarm-announces Sent: Friday, January 07, 2022 11:45 To: cfarm-announ...@lists.tetaneutral.net Cc: CFarm

[cfarm-users] Debian RISC-V not responding

2021-06-18 Thread Christian Jullien via cfarm-users
Hello folks, On https://cfarm.tetaneutral.net/machines/list/ I no longer see gcc401.fsffrance.org that I used with port 45061 to get a nice Debian-RISC-V vm Trying connection on it also fails. It was very helpful to test software on RISC-V Can someone give me a status or point me on another simil

[cfarm-users] cheap Risc-V sbc are on the way

2021-04-16 Thread Christian Jullien via cfarm-users
Hi, It looks that we'll have 12.5$ RISC-V sbc somewhere in may: https://www.cnx-software.com/2021/04/13/allwinner-d1-linux-risc-v-sbc-proces sor/#google_vignette. It would be nice to have a real board for Risc-v tests. Wdyt? C. ___ cfarm-

Re: [cfarm-users] debugger architecture

2021-03-22 Thread Christian Jullien via cfarm-users
Bruno, TinyCC is not an interpreter, it compiles in memory then executes the code so fast that its looks to act as an interpreter. It supports shebang which is damn cool to have shell scripts written in C for example. Again, we'll have to probably adapt the code to Silicon which no longer allows t

Re: [cfarm-users] dylib on macOS 11

2021-03-22 Thread Christian Jullien via cfarm-users
Thanks, very helpful, I'll take a look -Original Message- From: cfarm-users [mailto:cfarm-users-boun...@lists.tetaneutral.net] On Behalf Of Bruno Haible via cfarm-users Sent: Monday, March 22, 2021 09:18 To: jull...@eligis.com Cc: Bruno Haible; cfarm-users@lists.tetaneutral.net Subject: R

Re: [cfarm-users] New Apple Mac M1 machine (gcc304)

2021-03-21 Thread Christian Jullien via cfarm-users
> I second Jeff''s thanks to those who've made this system available. +1 (in the meanwhile I bought my own MacBook Air and I don't regret). To port TinyCC on Silicon we facing a major issue: libc.dylib (link to libSystem.dylib) no longer exists on the filesystem, it is cached and hidden somewhe

[cfarm-users] RISC-V emulated machine is no longer responding

2021-02-14 Thread Christian Jullien via cfarm-users
Hi All, I no longer can connect to gcc401.fsffrance.org using port 45061 (risc-v emulated machine) Is it a known issue? If not, can you please make it up? Tia. C. ___ cfarm-users mailing list cfarm-users@lists.tetaneutral.net https://list

Re: [cfarm-users] Apple Big Sur M1 - any machine?

2021-01-23 Thread Christian Jullien via cfarm-users
n Thu, Jan 21, 2021 at 12:32 PM Christian Jullien via cfarm-users wrote: > > Hi, > > > > To help porting SW natively on Big Sur M1, it would be very nice to have a > computer like that accessible from the farm. > > Is there any plan? > > I’m personally candidate t

[cfarm-users] Apple Big Sur M1 - any machine?

2021-01-21 Thread Christian Jullien via cfarm-users
Hi, To help porting SW natively on Big Sur M1, it would be very nice to have a computer like that accessible from the farm. Is there any plan? I'm personally candidate to port TinyCC on it and few other Free SW. C. ___ cfarm-users mailing list

Re: [cfarm-users] RISC-V VMs are not responding

2020-12-27 Thread Christian Jullien via cfarm-users
27-12-20, Christian Jullien via cfarm-users wrote: > Hi all, > > Risc-v VM are no longer accessible for several days. > > Can you please make them available back again? Maybe the connection parameters changed? I used to connect on gcc401.fsffrance.org port 45061 or gcc402.fsffrance

[cfarm-users] RISC-V VMs are not responding

2020-12-26 Thread Christian Jullien via cfarm-users
Hi all, Risc-v VM are no longer accessible for several days. Can you please make them available back again? Maybe the connection parameters changed? I used to connect on gcc401.fsffrance.org port 45061 or gcc402.fsffrance.org port 45062. They are really appreciated. I use them to check regress

Re: [cfarm-users] RISC-V emulated systems available in BETA

2020-11-20 Thread Christian Jullien via cfarm-users
Woah! It's very cool to have a working and up to date Debian Risc-V emulated directly accessible form Web. It's really nice to have both gcc and clang. X-mas comes earlier this year it was near the top on my wish list (A RPI like fueled with a Risc-V is still on top). Many thanks. I've just compi

[cfarm-users] RISC-V access, how to?

2020-01-01 Thread Christian Jullien via cfarm-users
Happy new year all! I can access to the public gcc140 which is declared as “RISC-V VM”. I would like to start to play on different ports and especially the ultra fast “Tiny CC” C compiler (https://repo.or.cz/w/tinycc.git) which recently got a RISC-V backend. However, when I connect to gcc14

[cfarm-users] Can't access to any RISC-V machine

2019-09-08 Thread Christian Jullien via cfarm-users
Hello all, I can access to all machines in the farm except those for RISC-V ports. With tcc (TinyC) recent RSIC-V support, I would like to play with this compiler on the RISC-V port machines. Unfortunately, they all refuse I connect to them. For example: ssh -p 45011 jull...@gcc131.fsffrance.

Re: [cfarm-users] gcc220 upgrade to OpenBSD 6.5?

2019-07-02 Thread Christian Jullien via cfarm-users
Thank you for this upgrade but what about gcc? obsd$ uname -a OpenBSD obsd.my.domain 6.5 GENERIC.MP#3 amd64 From this page https://www.openbsd.org/65.html I read that available gcc should be "GCC 4.9.4 and 8.3.0" but the installed version is quite old obsd$ which -a gcc /usr/bin/gcc obsd$ gcc -v

Re: [cfarm-users] [cfarm-announces] Several new farm machines available

2018-09-18 Thread Christian Jullien via cfarm-users
Many thanks, especially for the two Solaris boxes. -Original Message- From: cfarm-users [mailto:cfarm-users-boun...@lists.tetaneutral.net] On Behalf Of Toby Douglass via cfarm-users Sent: mardi 18 septembre 2018 17:06 To: cfarm-users@lists.tetaneutral.net Cc: Toby Douglass Subject: Re: [c