Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 1) HOST
- root@prescott:/opt/rtems# uname -a
- Linux prescott 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt25-2 (2016-04-08) x86_64 GNU/Linux
- /******************************/
- 2) ATTEMPT:
- russellh@prescott:~/rtems/work/examples-v2$ waf configure --rtems=/opt/rtems --rtems-tools=/opt/rtems --rtems-bsps=sparc/erc32Setting top to : /home/russellh/rtems/work/examples-v2
- Setting out to : /home/russellh/rtems/work/examples-v2/build
- Could not find any architectures
- (complete log in /home/russellh/rtems/work/examples-v2/build/config.log)
- russellh@prescott:~/rtems/work/examples-v2$ cat build/config.log
- # project configured on Tue Jul 25 07:35:33 2017 by
- # waf 1.9.12 (abi 99, python 20709f0 on linux2)
- # using /usr/local/bin/waf configure --rtems=/opt/rtems --rtems-tools=/opt/rtems --rtems-bsps=sparc/erc32
- #
- ----------------------------------------
- Setting top to
- /home/russellh/rtems/work/examples-v2
- ----------------------------------------
- Setting out to
- /home/russellh/rtems/work/examples-v2/build
- from /home/russellh/rtems/work/examples-v2: Could not find any architectures
- /***********************************/
- 3) CONFUSION? What is missing?
- root@prescott:/opt/rtems# tree -L 2 -R
- .
- ├── bin
- │ ├── aclocal
- │ ├── aclocal-1.12
- │ ├── autoconf
- │ ├── autoheader
- │ ├── autom4te
- │ ├── automake
- │ ├── automake-1.12
- │ ├── autoreconf
- │ ├── autoscan
- │ ├── autoupdate
- │ ├── cklength
- │ ├── covoar
- │ ├── eolstrip
- │ ├── ifnames
- │ ├── install-if-change
- │ ├── packhex
- │ ├── rtems-bin2c
- │ ├── rtems-bsp-builder
- │ ├── rtems-exeinfo
- │ ├── rtems-ld
- │ ├── rtems-ra
- │ ├── rtems-rap
- │ ├── rtems-syms
- │ ├── rtems-test
- │ ├── rtems-tld
- │ ├── sparc-rtems4.12-addr2line
- │ ├── sparc-rtems4.12-ar
- │ ├── sparc-rtems4.12-as
- │ ├── sparc-rtems4.12-c++
- │ ├── sparc-rtems4.12-c++filt
- │ ├── sparc-rtems4.12-cpp
- │ ├── sparc-rtems4.12-difftest
- │ ├── sparc-rtems4.12-elfedit
- │ ├── sparc-rtems4.12-g++
- │ ├── sparc-rtems4.12-gcc
- │ ├── sparc-rtems4.12-gcc-7.1.0
- │ ├── sparc-rtems4.12-gcc-ar
- │ ├── sparc-rtems4.12-gcc-nm
- │ ├── sparc-rtems4.12-gcc-ranlib
- │ ├── sparc-rtems4.12-gcov
- │ ├── sparc-rtems4.12-gcov-dump
- │ ├── sparc-rtems4.12-gcov-tool
- │ ├── sparc-rtems4.12-gdb
- │ ├── sparc-rtems4.12-gprof
- │ ├── sparc-rtems4.12-ld
- │ ├── sparc-rtems4.12-ld.bfd
- │ ├── sparc-rtems4.12-nm
- │ ├── sparc-rtems4.12-objcopy
- │ ├── sparc-rtems4.12-objdump
- │ ├── sparc-rtems4.12-ranlib
- │ ├── sparc-rtems4.12-readelf
- │ ├── sparc-rtems4.12-run
- │ ├── sparc-rtems4.12-sis
- │ ├── sparc-rtems4.12-size
- │ ├── sparc-rtems4.12-sorttimes
- │ ├── sparc-rtems4.12-strings
- │ ├── sparc-rtems4.12-strip
- │ ├── trace-converter
- │ ├── unhex
- │ └── xmlwf
- ├── include
- │ ├── expat_external.h
- │ ├── expat.h
- │ └── gdb
- ├── lib
- │ ├── gcc
- │ ├── libexpat.a
- │ ├── libexpat.la
- │ ├── libexpat.so -> libexpat.so.1.6.0
- │ ├── libexpat.so.1 -> libexpat.so.1.6.0
- │ ├── libexpat.so.1.6.0
- │ ├── libsparc-rtems4.12-sim.a
- │ └── pkgconfig
- ├── libexec
- │ └── gcc
- ├── make
- │ ├── custom
- │ ├── leaf.cfg
- │ └── main.cfg
- ├── share
- │ ├── aclocal
- │ ├── aclocal-1.12
- │ ├── autoconf
- │ ├── automake-1.12
- │ ├── doc
- │ ├── gcc-7.1.0
- │ ├── gdb
- │ ├── iconv_data
- │ ├── info
- │ ├── locale
- │ ├── man
- │ ├── rtems
- │ └── rtems4.12
- └── sparc-rtems4.12
- ├── bin
- ├── erc32
- ├── include
- └── lib
Advertisement
Add Comment
Please, Sign In to add comment