Пытаюсь собрать кросскомпилятор и Qt buildroot для работы с данной платой.
Удалось уговорить программу сборки buildroot-2015.05 скачать тулчейн от Linaro.Сборка началась и продолжалась минут 30. Затем пара мелких проблем в конфигурации, которые удалось решить. Плотно встал на ошибке:
No kernel configuration file specified, check your BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE setting.
Причина в пунктах конфигурации
Kernel configuration (Using a custom (def)config file)
Configuration file path:
последний параметр у меня оставлен пустым. Вариант из интернета: make xxx_defconfig тоже не помог. Смиренно прошу помощи.
Прошу меня извинить, возможно я плаваю в терминах, и выразился неточно. Я имел в виду билдрут для хост машины (Ubutntu 15.04), с целью написания пограмм для таргета SK-ATSAMA5D3 с использованием кросс компилятора и Qt.
Поясните, что Вы имели в виду под штатным билдрутом. Благодарю за ответ.
Установил VmWare запустил виртуальную машину. Для начала запустил сборку не внося никаких изменений. Штатный builroot собрался с варнингом THIS_IS_NOT_YOUR_ROOT_FILESYSTEM. Пробовал на двух разных компьютерах.
This directory does *not* contain the root filesystem that you can use
on your embedded system. Since Buildroot does not run as root, it
cannot create device files and set the permissions and ownership of
files correctly in this directory to make it usable as a root
filesystem.
For that reason, do *not* use the contents of this directory to mount
your root filesystem over NFS or copy the contents of this directory
to a SD card or USB key, thinking it will work as the root filesystem
for your embedded system. It will simply *not* work.
Instead, if you need a usable root filesystem, please select one of
the filesystem image formats available in the Buildroot configuration
interface (make menuconfig or others) in the "Filesystem images"
sub-menu. If you want to get a filesystem image that you can easily
extract to your SD card or to some directory exposed through NFS,
please use the "tar the root filesystem" option. It will generate a
images/rootfs.tar image in your Buildroot output directory, which you
can extract as root:
sudo tar -C /destination/of/extraction -xf images/rootfs.tar
Those image files are created using the contents of the target/
directory, but there is a post-processing step to create device files
and set owernship/permissions properly even if Buildroot does not run
as root.
а косвенно это говорит о том что система собралась успешно