Jump to content

special libsdcc.lib for MIOS


TK.

Recommended Posts

As some of you have already noticed, the linker sometimes fails if your .c code gets use of multiplications, divisions, pointer operations, etc... the main reason is, that the win32 release of SDCC doesn't include the important libsdcc.lib file, which contains the object code of functions which are used for such operations.

Note that the official libsdcc.lib file is not MIOS compliant anyhow, some modifications have to be made.

Therefore I've created a special library, which can be downloaded from here:

http://www.ucapps.de/mios/mios_libsdcc_v2_5_0.zip

The details (e.g., how to integrate this into a MIOS project) can be found in the README.txt file

Best Regards, Thorsten.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...