The Following User Says Thank You to casketizer For This Useful Post: | ||
|
2011-02-15
, 22:23
|
|
Posts: 566 |
Thanked: 282 times |
Joined on Sep 2010
@ Lower Saxony
|
#12
|
[2|user@Nokia-N900-51-1|~/tcc]tcc -o sttest st.c tcc: undefined symbol '__aeabi_idiv' tcc: undefined symbol '__aeabi_idivmod' tcc: undefined symbol '__aeabi_uldivmod'
|
2011-02-17
, 15:01
|
Posts: 2,154 |
Thanked: 8,464 times |
Joined on May 2010
|
#13
|
The Following User Says Thank You to pali For This Useful Post: | ||
|
2016-04-21
, 08:28
|
|
Posts: 868 |
Thanked: 2,516 times |
Joined on Feb 2012
@ Germany
|
#15
|
You were right. One has to properly install the following two packages to make tinyc work:
Now everything works fine.
Last edited by casketizer; 2011-02-15 at 22:12. Reason: cleanup