This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Would you like to give me advice about how to compile gcc? __addd3f link error.


2007/10/28, L.Yan <g_lqyan@stu.edu.cn> wrote:
> Dear J.C. Pizarro,
>
> Thank you very much for your reply.
> BTW, could I to consult you with the following questions?
>
> 1. Could I use the "-msoft-point" flag to convert the float point
> operations to fixed point operations? Because some cpu do not support
> float point, so I want to  convert all the float point operations of my
> program to fixed point operations. Would you like to help me?
>
> 2. Would you like to tell the mechanism or theory of the float emulation
> in gcc to me?
>
> 3. "msoft-point", which is using fixed point operation to emulate float
> point, so the operation is not identified with the fixed point, right?
> could I compile my program(double type variables is included it) and
> make it just contain fixed point operation?
>
> I look forwards your help.
> Any suggestions from you are appreciated.
> Thanks.
>
> Best wishes,
>
> Peter

It's much to see and i've not time.

You have to search it in GCC's source code, GCC's docs,
http://en.wikipedia.org/, google, internet, etc. The answer is there
out.

    J.C. Pizarro


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]