-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tcc-mes gets stuck building meslibc in amd64 bootstrap #470
Comments
Known issue, the currently used TCC versions only support x86 properly. Support for AMD64 and other architectures is a post-1.0 goal. Leaving this open to track this issue. |
Yes, that's a bug in |
It does seem to work marginally better with latest mes/tinycc:
|
Steps for reproduction
sudo ./rootfs.py -c -a amd64 --update-checksums
Environment
ubuntu 20.04 VM Virtual Box
build gets stuck on command:
tcc-mes -c -D HAVE_CONFIG_H=1 -I include -I include/linux/x86_64 -o /usr/lib/mes/crt1.o lib/linux/x86_64-mes-gcc/crt1.c
I've been waiting for over 2 hours and nothing happens
The text was updated successfully, but these errors were encountered: