bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ncurses cross-compilation error: arm-none-linux-gnueabi-as: unrecognized


From: ldac
Subject: ncurses cross-compilation error: arm-none-linux-gnueabi-as: unrecognized option '-Qy'
Date: Tue, 17 Mar 2009 11:20:08 +0100
User-agent: Thunderbird 2.0.0.19 (X11/20090105)


    Hello,

I am trying to cross-compile the ncurses (I have downloaded the 5.7 version) but I have the following error (at the end).

    I have tried to find out what is happening but nothing. I am using a ncurses.spec file, and using the same .spec file (withouth changing anything, just the version number) version 5.3 works, but version 5.7 fails.

    Where is that -Qy option added to remove it?

    I appreciate any help.
    Thanks a lot.
    Luis.


+ make -j1 'HOSTCC=/usr/bin/gcc -B/usr/bin//'
cd man && make DESTDIR="/tools/sw/ltib-imx27ads-20071219/tmp/ncurses" all
make[1]: Entering directory `/tools/sw/ltib-imx27ads-20071219/rpm/BUILD/ncurses-5.7/man'
sh ./MKterminfo.sh ./terminfo.head ./../include/Caps ./terminfo.tail >terminfo.5
make[1]: Leaving directory `/tools/sw/ltib-imx27ads-20071219/rpm/BUILD/ncurses-5.7/man'
cd include && make DESTDIR="/tools/sw/ltib-imx27ads-20071219/tmp/ncurses" all
make[1]: Entering directory `/tools/sw/ltib-imx27ads-20071219/rpm/BUILD/ncurses-5.7/include'
cat curses.head >curses.h
AWK=mawk sh ./MKkey_defs.sh ./Caps >>curses.h
sh -c 'if test "chtype" = "cchar_t" ; then cat ./curses.wide >>curses.h ; fi'
cat ./curses.tail >>curses.h
mawk -f MKterm.h.awk ./Caps > term.h
sh ./edit_cfg.sh ../include/ncurses_cfg.h term.h
** edit: HAVE_TCGETATTR 1
** edit: HAVE_TERMIOS_H 1
** edit: HAVE_TERMIO_H 1
** edit: BROKEN_LINKER 0
make[1]: Leaving directory `/tools/sw/ltib-imx27ads-20071219/rpm/BUILD/ncurses-5.7/include'
cd ncurses && make DESTDIR="/tools/sw/ltib-imx27ads-20071219/tmp/ncurses" all
make[1]: Entering directory `/tools/sw/ltib-imx27ads-20071219/rpm/BUILD/ncurses-5.7/ncurses'
/usr/bin/gcc -o make_hash -DHAVE_CONFIG_H -I../ncurses -I. -I./../include -I../include   -DMAIN_PROGRAM ./tinfo/comp_hash.c 
arm-none-linux-gnueabi-as: unrecognized option '-Qy'
make[1]: *** [make_hash] Error 1


reply via email to

[Prev in Thread] Current Thread [Next in Thread]