Questions tagged [linux-toolchain]

50 questions
0
votes
1 answer

Buildroot toolchain with openssl

I am using Buildroot (2017.02.5) to build a custom cross compilation toolchain. I have two buildroot configurations; one to build the RFS and one purely to build a toolchain. I have things configured this way because I don't want the toolchain to be…
0
votes
1 answer

Can gcc produce binary for Arm without cross compilation

Can we configure gcc running on intel x64 architecture to produce binary for ARM chip by just passing some flags to gcc and not using a cross compiler.
mapuna
  • 53
  • 1
  • 5
0
votes
2 answers

C/C++ Cyanogenmod How to compile kernel using different version of toolchain?

I am trying to compile kernel for Cyanogenmod 13. I am getting error ERROR: modpost: Found 2 section mismatch(es). To see full details build your kernel with: 'make CONFIG_DEBUG_SECTION_MISMATCH=y' To build the kernel despite the mismatches, build…
DeepSidhu1313
  • 805
  • 15
  • 31
0
votes
0 answers

Gradle 'MyApp' project refresh failed. A strange kind of error

I have recently update Android Studio to Android Studio 2.1.2. I have stuck with a strange error. Error is printed below. This happens when I just create new android studio project. Gradle 'myapp' project refresh failed Error:No toolchains found in…
0
votes
1 answer

Compiling Linux kernel modules natively on ARM

I am trying to install wifi and bluetooth drivers using this link, http://processors.wiki.ti.com/index.php/WL18xx_System_Build_Scripts on my ARM based board (microzed) running ubuntu 12.04. As per step 2 of the link, where they have mentioned…
bobbydf
  • 183
  • 1
  • 4
  • 13
0
votes
2 answers

Tool chain for ARMv7l imx6 solo sd board

I have flashed the image for a development board imx6 solo sd which is ARMv7l arch. Build by yocto project. Now I have a application to port, for which I will be needing the tool chain, right? If yes please let me know where/how to get it.
pa1
  • 778
  • 3
  • 11
  • 26
0
votes
1 answer

undefined reference to function at run time after strip-ing the binary/so

Problem : After compiling and strip-ing the binary, at runtime i get "undefined reference". So while packaging, in the make-file i have tried adding "nostrip" at the end corresponding to that binary and it works fine. i. e. if i don't strip, it…
ahamed101
  • 110
  • 2
  • 9
0
votes
0 answers

Is mixing toolchain binaries in the target filesystem bad?

We've got this legacy Fortran code running on a board with an A9 processor, and I've noticed some funny behavior when using gdb. Threads continue to run when it is in all-stop mode, and it seems gdb crashes when you switch it to non-stop mode. It…
CANTPRO
  • 79
  • 9
0
votes
0 answers

mipsel-linux-ar related compilation error appears in specific fedora core 11

I compiled my codebase in a fc11 linux pc and getting following error. Archive: [libexam.a] Usage: mipsel-linux-ar [emulation options] [-]{dmpqrstx}[abcfilNoPsSuvV] [member-name][count] archive-file file... mipsel-linux-ar -M [
gughan
  • 1
  • 1
  • 2
0
votes
1 answer

Error importing ctypes python module - RuntimeError: ffi_prep_closure failed with 2

While importing ctype python modules,I got following error: root@root# python Python 2.7.3 (default, Jul 7 2014, 18:10:53) [GCC 4.7.0] on linux2 Type "help", "copyright", "credits" or "license" for more information. import ctypes Traceback…
Ashish Yadav
  • 301
  • 7
  • 15
0
votes
3 answers

Sorting individual lines within a file

I have a file which has many lines, each consisting of a comma-separated list. I'd like to sort each of these lines. If I had a single line, it would be easy:
Charles
  • 11,269
  • 13
  • 67
  • 105
0
votes
0 answers

How to get old toolchain for Linux

We have a project that was working fine in Red Hat Enterprise Linux Server release 6.2. Since GCC version is getting updated periodically, we wanted to have our project to be independent of GCC upgrade in local system. Hence we wanted to keep GCC…
Jegan
  • 188
  • 3
  • 15
0
votes
1 answer

Device Driver. Make file,External module

I'm trying to cross compile a helloworld kernel (2.6.x) module for ARM architecture on my intel x86 host. The tool chain for ARM is located at: /home/vivek/ti-sdk-am335x-evm-05.07.00.00/linux-devkit/bin The kernel source is located at:…
0
votes
1 answer

Compile Warning - ARM Cross Compiler

I have been trying to cross compile a loadable kernel module and I have been getting warning message that I would like to get help. Below is the warning message make[1]: Entering directory `/home/userid/rowboat-android/kernel' Building modules,…
0
votes
2 answers

Beaglebone C/C++ programing in windows 7

I have a Beaglebone (Rev: A6) and i want to develop C/C++ program in windows 7 using Eclipse and then transfer executable in the board. But i'm having trouble setting up compiler/debugger/toolchain needed for Beaglebone. Searching the internet only…
croc
  • 241
  • 1
  • 4
  • 13