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.
rcetin@rcetin-W540:~/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.
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio