uclibc is a version of the C standard library for embedded systems
Questions tagged [uclibc]
110 questions
0
votes
3 answers
C String encoding UTF8 without libiconv
I know this question has been answered to most of the languages but i have not found a solution for C or i am misunderstanding something.
I have declared a "char *strSSID". I have a function in a web server that process the POST params of the form…

MABC
- 576
- 2
- 11
- 29
0
votes
1 answer
How to disable SVC ARM instruction (gcc, uclibc, buildroot)?
I'm using buildroot.
Compilation works fine, but binaries on target system says "Illegal instruction"
I have used strace:
execve("/opt/busybox", ["/opt/busybox"], [/* 8 vars */]) = 0 brk(0)
= 0
--- SIGILL {si_signo=SIGILL, si_code=ILL_ILLTRP,…

HardRock
- 81
- 1
- 6
0
votes
2 answers
How to compile using uclibc?
Hi all I have installed buildroot toolchain and am able to compile simple "Hello World" program which runs on uClibc based chroot. However I am confused how to do so for programs that use ./configure as how to ask it to use the uclibc based…

Argha Sen
- 81
- 7
0
votes
1 answer
How to build package with uclibc with bitbake - Bitbake raises MultipleMatches exception while trying to build uclibc
I am trying to build uclibc for arm7a architecture, via bitbake, but I get the following output
user@ubuntu:~/stuff$ bitbake -b uclibc
ERROR: Unable to match uclibc (19 matches found):
ERROR: …

gc5
- 9,468
- 24
- 90
- 151
-1
votes
1 answer
C++: ifstream getline issue crosscompiling into an OpenWRT distro
I'm trying to compile a simple C++ code inside my customized OpenWRT distro, but I have an error with the getline instruction.
Here it is a snapshot of my code:
#include …

neoben
- 743
- 12
- 30