I am trying to install crosstool-ng to run DDS applications on my Pi following this HOWTO: https://community.rti.com/content/forum ... spberry-pi
In epigraph 5, it is exaplained HOWTO proceed to install, configure and build Cross-compiler crosstool-ng.
However, when I run 'ct-ng build' command I get the next errors:
Code: Select all
ampu@ampu:/opt/rti_connext_dds-5.2.3/build_tools/crosstool-ng-1.19/bin$ ./ct-ng build
[INFO ] Performing some trivial sanity checks
[INFO ] Build started 20160824.213251
[INFO ] Building environment variables
[ERROR]
[ERROR] >>
[ERROR] >> Build failed in step '(top-level)'
[ERROR] >>
[ERROR] >> Error happened in: CT_DoExecLog[scripts/functions@257]
[ERROR] >> called from: CT_DoForceRmdir[scripts/functions@469]
[ERROR] >> called from: main[scripts/crosstool-NG.sh@244]
[ERROR] >>
[ERROR] >> For more info on this error, look at the file: 'build.log'
[ERROR] >> There is a list of known issues, some with workarounds, in:
[ERROR] >> '/opt/rti_connext_dds-5.2.3/build_tools/crosstool-ng-1.19/share/doc/crosstool-ng/ct-ng.1.19.0/B - Known issues.txt'
[ERROR]
[ERROR] (elapsed: 0:00.48)
[00:01] / ct-ng:148: recipe for target 'build' failed
Any idea to solve these issues?
Thank you in advance for any help that you provide.