Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
147 views

Linux-Based Firmware, how to implement a good way to update?

I'm developing a linux-based appliance using an alix 2d13. I've developed a script that takes care of creating an image file, creating the partitions, installing the boot loader (syslinux), the ...
2
votes
2answers
275 views

Node.js on uclibc and arm support

I'm building an embedded system using buildroot and i want to replace nginx+php with node.js. My system is using eglibc but i want to reduce the size of the system so i want to switch to uclibc. ...
2
votes
1answer
213 views

How to apply patches in buildroot?

I am working on an embedded system that uses buildroot as a tool for building the kernel and the root filesystem. I want to apply some patches to this kernel source tree, Can somebody tell me how ...
2
votes
2answers
402 views

buildroot problem

Ok, you can tell by my name that I'm new to this, so please understand if any "errors & warnings" I am trying to build rootfs image for at91sam9260 controller, for which I'm using buildroot. The ...
2
votes
6answers
226 views

Why does the library compiled on two slightly different machines behaves slightly different?

Here's the setup: My coworker has a Fedora x64_86 machine with a gcc 4.3.3 cross compiler (from buildroot). I have an Ubuntu 9.04 x64_86 machine with the same cross compiler. My coworker built an ...
1
vote
1answer
47 views

Buildroot external toolchain + parallel builds

Does buildroot external toolchain supports parallel builds ? Meaning I can have multiple builds done on my system referring to the same toolchain folder. Thanks.
1
vote
2answers
85 views

How do I Add a A Package To Buildroot Which Is Available In A Git Repository?

I'm making an embedded Linux system and I wanted to add the 'bluez' package (and bluetooth utilities) to the packages of the Buildroot environment. Unfortunately the tar ball seems to be unavailable ...
1
vote
1answer
56 views

How to remove libgcc_s.so dependencies from uclibc

My understanding is that libgcc shouldn't be used in embedded systems and uclibc need to be used wherever possible. During buildroot build it is seen that it is generating libgcc as well. If I have to ...
0
votes
0answers
17 views

Using a buildroot created toolchain outside of Buildroot?

I'm trying to compile XFCE using Uclibc. Uclibc was generated by crosstool-ng via buildroot. How do i use the toolchain to build something outside of buildroot? I've had a look at the instructions on ...
0
votes
0answers
89 views

Failure with booting of qemu_x86_defconfig in buildroot-2011.11?

I have built the qemu_x86_defconfig with buildroot-2011.11, the qemu-system-i386 version is 1.0.50 and I use the external cross toolchain of Sourcery CodeBench x86/x86_64 2010.09, but I encountered ...
0
votes
1answer
34 views

how to add g++ support in toolchain

I want to add support for g++ compiler in my toochain. I am building toolchain for powerpc platform.I googled about it and found that we have to add external toolchian in our existing toolchain. I ...
0
votes
0answers
34 views

How to attach keyboard to tinyX server

I have compiled root file system for my arm development board with the help of buildroot.My rootfs contains TinyX server and match-box as window manager.Then i have launched the x server by this ...
0
votes
0answers
18 views

Bluetooth Module Appears Not to Be working

I've built a Buildroot linux image for my PhidgetSBC and included bluetooth support unfortunately it appears my bluetooth USB dongle isn't working. Although I have not tested it with code it's ...
0
votes
0answers
25 views

scripting buildroot configuration file

I am trying to switch between external and internal build via some export variable in a script. I am able to do this partially meaning for bool values but for those which take in strings how to tell ...
0
votes
0answers
36 views

Buildroot - Error building jamvm 1.5.1

I've got (another) build error when trying to build my Buildroot environment. Note this question is in relation to (but not dependent on) my previous (resolved) questions here and here. I'm trying to ...
0
votes
2answers
91 views

Buildroot - Applying A Patch Failed

I'm trying to build a custom kernel image for my PhidgetSBC but I'm getting a failure during the build: bluez 4.96 Extracting bluez 4.96 Patching package/bluez for file in config.guess ...
0
votes
1answer
334 views

Unrecognized option: -o Could not create the Java virtual machine

I've got an unusual build error when using Buildroot to create an image for my Phidget SBC. It's unusual because it occurs ONLY on my development laptop and NOT on my general use laptop even though I ...
0
votes
1answer
31 views

Buildroot BR2_JLEVEL=2

I have set the BR2_JLEVEL to 2 ; Not sure how this option works in buildroot ? can somebody give details on how it works in buildroot as I am not seeing improvements in my build timing . Thanks.
0
votes
1answer
69 views

/lib/libc.so.0 error with buildroot

It is seen that sometimes if we select a package we get this strange error from buildroot saying cannot find /lib/libc.so.0 . Further probing it is defined in libc.so found in $(STAGING_DIR)/usr/lib ; ...
0
votes
0answers
64 views

Buildroot + busybox build issues

I am trying to use external toolchain option with buildroot ; whenever buildroot is trying to compile busybox it gives crt1.o error. It was observed that the sysroot path is was using is ...
0
votes
1answer
104 views

Buildroot toolchain - need to build only once

I have multiple platforms sharing the same buildroot. They differ in the buildroot packages. Is there a way in buildroot where I can configure to build the toolchain only once and then on it builds ...
0
votes
1answer
25 views

Is it possible to build gcc statically using buildroot ?

I am using buildroot to build a fresh gcc cross-compiler on a dedicated machine. It worked fine, but I now need to run this gcc from another machine, on which I have not the same libc version :-(. Of ...
0
votes
2answers
127 views

Buildroot: running Lighttpd

I'm trying to get Lighttpd up and running, but I'm having a few issues and wondered if anyone could point me in the right direction. I've only delt with Apache2, which was a breeze to get up and ...
0
votes
1answer
111 views

How to rebuild buildroot toolchain

everybody! I moved buildroot into another directory and buildroot toolchain didn't work because it refers to absolute path. How can I rebuild the toolchain? There must be some *-dirclean makefile ...
0
votes
0answers
372 views

how to cross-compile iptables for android?

how to cross-compile iptables for android (ARM : Cortext-A8) architecture using Sourcery_G++_Lite_for_ARM_GNU_Linux. i tried the method given in ...
0
votes
1answer
2k views

buildroot for arm kernel defconfig

i am trying to build a buildroot with kernel image, after doing "make menuconfig"... "make" i am getting "No kernel defconfig name specified, check your BR2_LINUX_KERNEL_DEFCONFIG setting" i can set ...
0
votes
1answer
54 views

Automated builds and STDIN

I am writing an automated build system to do nightly builds of our code. Under normal conditions every thing works fine, but some of the processes in the build can require user input, if a developer ...
0
votes
2answers
909 views

How do I configure the Linux kernel within Buildroot?

I'm trying to build a rootfs for an x86 target, which is all simple enough. However I can't figure out how I configure the kernel that buildroot produces. The first run through came up with ...
-2
votes
1answer
26 views

building the kernel for biackfin target

I'm trying to build a rootfs for an blackfin target, However I can't figure out how I configure the kernel that buildroot produces. The first run through came up with menuconfig, but it's cached the ...