Summary: | Проблемы с вызовом as из gcc | ||
---|---|---|---|
Product: | Sisyphus | Reporter: | Vitaly Lipatov <lav> |
Component: | gcc-aarch64-linux-gnu | Assignee: | Ivan A. Melnikov <iv> |
Status: | CLOSED FIXED | QA Contact: | qa-sisyphus |
Severity: | normal | ||
Priority: | P5 | CC: | asheplyakov, asheplyakov, iv |
Version: | unstable | ||
Hardware: | x86_64 | ||
OS: | Linux |
Description
Vitaly Lipatov
2020-03-24 20:40:53 MSK
Исправлено в версии 10.3.1-alt1 $ cat > hello.c <<EOF #include <stdio.h> int main(int argc, char **argv) { printf("Hello, world!\n"); return 0; } EOF $ aarch64-linux-gnu-gcc -O2 -g hello_aarch64 hello.c $ qemu-aarch64-static -L /usr/lib/aarch64-linux-gnu/sys-root ./hello_aarch64 Hello, world! |