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
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
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
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
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