Re: [9fans] new install problem 9front-10277.amd64

2024-02-06 Thread igor
Quoth pl...@room3420.net: […] > cd /sys/src/cmd/cc; mk install > # choose the appropriate compiler for your architecture > cd /sys/src/cmd/6c; mk install […] When new instructions are added to the assembler and linker, they need to be rebuilt before libc and others. Here an example: % for(i in

Re: [9fans] new install problem 9front-10277.amd64

2024-02-06 Thread plan6
Problem solved thanks to Moody and phil9 :) -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/T1848341b8106d851-M15874db8effd400dbfd75aa0 Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

Re: [9fans] new install problem 9front-10277.amd64

2024-02-06 Thread plan6
Well, ok :) but according to the manual, I should do : cd /sys/src/cmd/cc; mk install # choose the appropriate compiler for your architecture cd /sys/src/cmd/6c; mk install which works for cc, but doesn't for 6c. I guess I don't understand how to rebuild assembler, compiler and linker :/ I kno

Re: [9fans] new install problem 9front-10277.amd64

2024-02-06 Thread phil9
You need to rebuild your assembler (6a), compiler (6c) and linker (6l) first. Also, for 9front questions I guess using the 9front mailing list would be better On Tue, Feb 6, 2024 at 11:20 AM wrote: > > Well, I just tried to reinstall 9front on my lenovo x230, and everything went > right, except

[9fans] new install problem 9front-10277.amd64

2024-02-06 Thread plan6
Well, I just tried to reinstall 9front on my lenovo x230, and everything went right, except I don't seem to be able to sysupdate anymore (I made a clean install because I already had this problem and thought a new start would do the trick). Here's the error log after sysupdate - cd /sys/src - m