Jump to content

Recommended Posts

Posted

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.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...