tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] compiling busybox with tcc


From: Glenn McGrath
Subject: [Tinycc-devel] compiling busybox with tcc
Date: Fri, 23 Aug 2002 14:14:48 +1000

Im trying to compile busybox against tcc, busybox is designed for use in
space constrained systems, so busybox and tcc might be a good match. A
couple of questions.

"dev_t dev = 0" doesnt work, it has to be cast, i.e. "dev_t dev = (dev_t)
0" is that intentional ?  I dont have to specify the cast with other types
such as mode_t.

Trying to do a syscall i get an error '__asm__' undeclared, is there a
workaround for that... i dont know much about assembler.

Busybox is highly configurable, some directories may produce a static
library with no contents, tcc complains when it tries to read it that it
cant find the header.

I look forward to comparing the results when i do get it to compile.


Thanks

Glenn





reply via email to

[Prev in Thread] Current Thread [Next in Thread]