Created
March 19, 2020 19:46
-
-
Save Forty-Bot/224ef6982d6b9a76ec886e905c587e40 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [sean@godwin build]$ ../configure --target=riscv64-linux-gnu | |
| checking for gmake... no | |
| checking for make... make | |
| checking for RTEMS Version... 5.0.0 | |
| checking build system type... x86_64-pc-linux-gnu | |
| checking host system type... x86_64-pc-linux-gnu | |
| checking target system type... riscv64-unknown-linux-gnu | |
| checking for a BSD-compatible install... /usr/bin/install -c | |
| checking whether build environment is sane... yes | |
| checking for a thread-safe mkdir -p... /usr/bin/mkdir -p | |
| checking for gawk... gawk | |
| checking whether make sets $(MAKE)... yes | |
| checking whether make supports nested variables... yes | |
| checking whether to enable maintainer-specific portions of Makefiles... no | |
| checking that generated files are newer than configure... done | |
| configure: creating ./config.status | |
| configure: configuring in riscv64-linux-gnu/c | |
| configure: running /bin/sh '../../../c/configure' '--prefix=/opt/rtems-5' '--host=riscv64-linux-gnu' '--build=x86_64-pc-linux-gnu' '--target=riscv64-linux-gnu' '--with-target-subdir=riscv64-linux-gnu' '--exec-prefix=/opt/rtems-5/riscv64-linux-gnu' '--includedir=/opt/rtems-5/riscv64-linux-gnu/include' '--cache-file=/dev/null' '--srcdir=../../../c' | |
| checking for gmake... no | |
| checking for make... make | |
| checking for RTEMS Version... 5.0.0 | |
| checking build system type... x86_64-pc-linux-gnu | |
| checking host system type... riscv64-unknown-linux-gnu | |
| checking target system type... riscv64-unknown-linux-gnu | |
| checking rtems target cpu... riscv64 | |
| checking for a BSD-compatible install... /usr/bin/install -c | |
| checking whether build environment is sane... yes | |
| checking for riscv64-linux-gnu-strip... riscv64-linux-gnu-strip | |
| checking for a thread-safe mkdir -p... /usr/bin/mkdir -p | |
| checking for gawk... gawk | |
| checking whether make sets $(MAKE)... yes | |
| checking whether make supports nested variables... yes | |
| checking whether to enable maintainer-specific portions of Makefiles... no | |
| checking for available BSPs... none | |
| checking that generated files are newer than configure... done | |
| configure: creating ./config.status | |
| config.status: creating Makefile | |
| config.status: creating Makefile |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment