View Single Post
casketizer's Avatar
Posts: 566 | Thanked: 282 times | Joined on Sep 2010 @ Lower Saxony
#11
Got it working now, yayay

Code:
[2|user@Nokia-N900-51-1|~/tcc]tcc -o blah blah.c
[2|user@Nokia-N900-51-1|~/tcc]./blah
Blah!
Providing Inc and lib dirs via -I and -L is not working.
You were right. One has to properly install the following two packages to make tinyc work:

Code:
linux-kernel-headers_2.6.28-20103103+0m5_armel.deb
libc6-dev_2.5.1-1eglibc27+0m5_armel.deb
(available in SDK repo) Installing those will eat up approx. 5MB rootfs Luckily rootfs is compressed so it's not as bad as i thought it would be.

Now everything works fine.

Last edited by casketizer; 2011-02-15 at 22:12. Reason: cleanup
 

The Following User Says Thank You to casketizer For This Useful Post: