Where can I get the TinyCC download package?
 By the way,  I´ve compiled an old version using VS2005, generating code to 
ARM, running on Windows Mobile, and it's  almost 100%. The only problem is 
float.  The asm emitted is different of that generated by the MS. The one 
generate by TinyCC does not work. Is there some patch to that?
 Thanks,
  Manoel





 Tue, 1 Jan 2008 15:04:10 +0200 (EET), "Timovj Lahde" <[EMAIL PROTECTED]> 
escreveu:

> One idea for tcc.c line 133 in function:
> 
> TCCState *tcc_new(void)
> 
> 
>     /* default library paths */
> #ifdef TCC_TARGET_PE
>     {
>         tcc_lib_path = w32_tcc_lib_path(); <-- added
>         char buf[1024];
>         snprintf(buf, sizeof(buf), "%s/lib", tcc_lib_path);
>         tcc_add_library_path(s, buf);
>     }
> #else
>     tcc_add_library_path(s, "/usr/local/lib");
>     tcc_add_library_path(s, "/usr/lib");
>     tcc_add_library_path(s, "/lib");
> #endif
> 
> 
> This way LIBTCC paths also works with DLL?
> 
> TimoVJL
> 
> 
> 
> 
> _______________________________________________
> Tinycc-devel mailing list
> Tinycc-devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/tinycc-devel
> 
> 
> 


_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to