discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Control Ports Cross Compilatation


From: Ramazan Çetin
Subject: [Discuss-gnuradio] Control Ports Cross Compilatation
Date: Wed, 3 Apr 2019 15:44:01 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1

Hello all,

I want to profile my gnuradio flowgraph which runs on USRP E310 (ARM). So, i need to cross compile Apache Thrift library. My compiler:

arm-oe-linux-gnueabi-gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon --sysroot=/home/rcetin/e300/sysroots/armv7ahf-vfp-neon-oe-linux-gnueabi

When i run bootstrap it gave that error.

address@hidden:~/e300/src/thrift [±|tag:0.9.3 ✓|] $ ./bootstrap.sh
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
    LANGUAGE = (unset),
    LC_ALL = (unset),
    LC_MEASUREMENT = "tr_TR.UTF-8",
    LC_PAPER = "tr_TR.UTF-8",
    LC_MONETARY = "tr_TR.UTF-8",
    LC_NAME = "tr_TR.UTF-8",
    LC_ADDRESS = "tr_TR.UTF-8",
    LC_NUMERIC = "tr_TR.UTF-8",
    LC_TELEPHONE = "tr_TR.UTF-8",
    LC_IDENTIFICATION = "tr_TR.UTF-8",
    LC_TIME = "tr_TR.UTF-8",
    LANG = "en_US.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
    LANGUAGE = (unset),
    LC_ALL = (unset),
    LC_MEASUREMENT = "tr_TR.UTF-8",
    LC_PAPER = "tr_TR.UTF-8",
    LC_MONETARY = "tr_TR.UTF-8",
    LC_NAME = "tr_TR.UTF-8",
    LC_ADDRESS = "tr_TR.UTF-8",
    LC_NUMERIC = "tr_TR.UTF-8",
    LC_TELEPHONE = "tr_TR.UTF-8",
    LC_IDENTIFICATION = "tr_TR.UTF-8",
    LC_TIME = "tr_TR.UTF-8",
    LANG = "en_US.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
    LANGUAGE = (unset),
    LC_ALL = (unset),
    LC_MEASUREMENT = "tr_TR.UTF-8",
    LC_PAPER = "tr_TR.UTF-8",
    LC_MONETARY = "tr_TR.UTF-8",
    LC_NAME = "tr_TR.UTF-8",
    LC_ADDRESS = "tr_TR.UTF-8",
    LC_NUMERIC = "tr_TR.UTF-8",
    LC_TELEPHONE = "tr_TR.UTF-8",
    LC_IDENTIFICATION = "tr_TR.UTF-8",
    LC_TIME = "tr_TR.UTF-8",
    LANG = "en_US.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
Can't locate File/Find.pm in @INC (you may need to install the File::Find module) (@INC contains: /home/rcetin/e300/sysroots/x86_64-oesdk-linux/usr/share/autoconf /home/rcetin/perl5/lib/perl5 /home/rcetin/e300/sysroots/x86_64-oesdk-linux//usr/lib/perl/5.20.0 /home/rcetin/e300/sysroots/x86_64-oesdk-linux//usr/lib/perl /home/rcetin/e300/sysroots/x86_64-oesdk-linux//usr/lib/perl/5.20.0 /home/rcetin/e300/sysroots/x86_64-oesdk-linux//usr/lib/perl/site_perl/5.20.0 /home/rcetin/e300/sysroots/x86_64-oesdk-linux//usr/lib/perl/vendor_perl/5.20.0 /usr/local/oecore-x86_64/sysroots/x86_64-oesdk-linux/usr/lib/perl/site_perl/5.20.0/ /usr/local/oecore-x86_64/sysroots/x86_64-oesdk-linux/usr/lib/perl/site_perl/5.20.0 /usr/local/oecore-x86_64/sysroots/x86_64-oesdk-linux/usr/lib/perl/vendor_perl/5.20.0/ /usr/local/oecore-x86_64/sysroots/x86_64-oesdk-linux/usr/lib/perl/vendor_perl/5.20.0 /usr/local/oecore-x86_64/sysroots/x86_64-oesdk-linux/usr/lib/perl/5.20.0/ /usr/local/oecore-x86_64/sysroots/x86_64-oesdk-linux/usr/lib/perl/5.20.0 /usr/local/oecore-x86_64/sysroots/x86_64-oesdk-linux/usr/lib/perl/5.20.0 .) at /home/rcetin/e300/sysroots/x86_64-oesdk-linux/usr/bin/autoscan line 44. BEGIN failed--compilation aborted at /home/rcetin/e300/sysroots/x86_64-oesdk-linux/usr/bin/autoscan line 44.


Can you help me on this problem?

(I installed control ports and thrift for my computer using this link: https://wiki.gnuradio.org/index.php/ControlPort)

Best regards.




reply via email to

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