This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
_fixunsdfsi
- To: <gcc at gcc dot gnu dot org>
- Subject: _fixunsdfsi
- From: "Jun Wu" <junw at huawei dot com>
- Date: Wed, 10 Jan 2001 08:49:47 +0800
Hi GCC expert,
I use arm-gcc2.7.2 build my apllication, ecountering a error,
"unresolved symbol ___fixunsdfsi". But I never declare and use the symbol in
my program. Is it a gcc pre-defined symbol? How can I solve the problem.
PS: Where can I get documnets describe gcc pre-defined symbols and other gcc
internal secrets?
B&R
Jun