You need to install the binutils package. However this will not help you since gcc is broken since 2.8b2 as reported here. You will need to create a custom image with gcc preinstalled ad described here.
I installed BSP 2.7. It works but does not offer a compile/debug-system.
Please can you give me an URL of a BSP for a Col iMX6DL that provides a well working compile/debug-system and further an URL with a description how to install it (except easy-installer).
The well working BSP I installed 2 years ago worked with an SD-card.
Toradex provides demo images for testing purposes. These image are not meant to use in any production environment. Anyhow if these images does not fit your need, then you are free to build your own image.
Please can you give me an URL of a BSP for a Col iMX6DL that provides a well working >compile/debug-system and further an URL with a description how to install it (except easy-installer).
The well working BSP I installed 2 years ago worked with an SD-card.
I don’t know which image are you talking about. You can find the older images here. Further you can install them using the legacy update procedure.
the image Colibri_iMX6_LinuxImageV2.6_20160826.tar.bz2 does not provide gcc and gdb.
The image I’m talking about is that image I installed in April 2017.
The images had other names at that time. The names were something like RT2870 or RT3070.
This image exists somwhere on the servers of Toradex.
There also was a description how to install them. And that BSP worked on my Colibri iMX6 until I startet “opkg upgrade” last week.
Today I know it was a big fault.
My simple request is, please can I get this BSP and the instruction how to install it ?
Sometimes one is a blockhead.
After 7z could not unzip Colibri-iMX6_LXDE-Image_2.7b2-20170410.tar.bz2 I found a very simple solution of my problem.
I copied g++, gcc, gdb and gdbserver from Raspberry to Colibri.
It works. Even with breakpoints on a running application and with breakpoints on memory acces.
now I 've the same issue with a VF61.
Only copying the files as described above does not work.
So I looked at Angstrom. There I found an advice to Toradex.
There is written:
“opkg install packagegroup-sdk-target”
Now I can compile again. “gcc” works.
It is the solution of the half of my issue.
Please, were can I find the command for installing gdb.