Code::Blocks Forums

User forums => Embedded development => Topic started by: shizhijia on December 24, 2008, 04:55:27 am

Title: how to link a file(.a)
Post by: shizhijia on December 24, 2008, 04:55:27 am
how to link a file(.a)

I have a file(*.a) and set it at the Build options->linker settings,but compiling error(undefined reference to `_imp__FT_SetDivisor@8'),no find my function
in the file with .a suffix off.

thanks
email:shizhijia2000@163.com
Title: Re: how to link a file(.a)
Post by: stahta01 on December 24, 2008, 07:59:24 am
In order to help you.
You will need to state the Compiler you are using!
The Operating System would also help.
Turning on full compiler logging and posting the results should also help.
http://wiki.codeblocks.org/index.php?title=FAQ#Q:_How_do_I_troubleshoot_an_compiler_problem.3F

Tim S