This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See crosstool-NG for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

FreeBSD notes


Using FreeBSD 9.1.

Had to install the from the ports collection: gawk gsed.

ct-ng list-samples fails because it invokes /usr/bin/sed, which is the
BSD sed, rather than the alias I've set up to point to /usr/local/bin/gsed.

Messing with the system sed would mean that the system becomes
unmaintainable.

The problem is the reference to $(sed), which presumably is set up by
make to be the system sed.

Setting the shell variable sed does not fix this.  Any suggestions?

[john@fb91 /pool/data/cross/s390]$ ct-ng list-samples
Status  Sample name
gmake: stat:
list-alphaev56-unknown-linux-gnunalphaev67-unknown-linux-gnunarm-bare_newlib_cortex_m3_nommu-eabinarm-cortex_a15-linux-gnueabinarm-cortex_a8-linux-gnueabinarm-cortexa9_neon-linux-gnueabihfnarm-davinci-linux-gnueabinarm-unknown-eabinarm-unknown-linux-gnueabinarm-unknown-linux-uclibcgnueabinarmeb-unknown-eabinarmeb-unknown-linux-gnueabinarmeb-unknown-linux-uclibcgnueabinarmv6-rpi-linux-gnueabinavr32-unknown-nonenbfin-unknown-linux-uclibcni586-geode-linux-uclibcni586-mingw32msvc,i686-none-linux-gnuni686-nptl-linux-gnuni686-unknown-mingw32nm68k-unknown-elfnm68k-unknown-uclinux-uclibcnmips-ar2315-linux-gnunmips-malta-linux-gnunmips-unknown-elfnmips-unknown-linux-uclibcnmips64el-n32-linux-uclibcnmips64el-n64-linux-uclibcnmipsel-sde-elfnmipsel-unknown-linux-gnunpowerpc-405-linux-gnunpowerpc-860-linux-gnunpowerpc-e300c3-linux-gnunpowerpc-e500v2-linux-gnuspenpowerpc-unknown-linux-gnunpowerpc-unknown-linux-uclibcnpowerpc-unknown_nofpu-linux-gnunpowerpc64-unknown-linux-gnuns390-ibm-linux-gnuns39
0x-ibm-linux-gnunsh4-unknown-linux-gnunx86_64-unknown-linux-gnunx86_64-unknown-linux-uclibcnx86_64-unknown-mingw32:
File name too long
  IN    config.gen/arch.in
sed: illegal option -- s
usage: sed script [-Ealn] [-i extension] [file ...]
       sed [-Ealn] [-i extension] [-e script] ... [-f script_file] ...
[file ...]
gmake: *** [config.gen/arch.in] Error 1

--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]