How should the.lib file be used?

Comments

5 comments

  • Avatar
    Allen Lau

    EthernetIP_GD32F4xx_chibios THUMB Flash Release/EthernetIP_GD32F4xx_chibios.elf uses VFP register arguments, ../src/EncryDriver/Encryption_V1_0.lib(security.o) does not

     

    • This is an error message

    0
    Comment actions Permalink
  • Avatar
    Michael Johnson

    You can try setting the project property "Linker | Suppress Warning on Mismatch"

    0
    Comment actions Permalink
  • Avatar
    Allen Lau

    This error occurs after setting. The MDK runs smoothly. Is there any solution for this? 

    Thanks.

    -1
    Comment actions Permalink
  • Avatar
    Michael Johnson

    You'll need to 

    Import the section placement file into your project - this is on the right click in the project explorer

    Edit the imported section placement to locate the .constdata 

    <ProgramSection alignment="4" load="Yes" name=".constdata" />

    0
    Comment actions Permalink
  • Avatar
    Allen Lau

    Wow, you are amazing. Thank you so much for helping me out.

    0
    Comment actions Permalink

Please sign in to leave a comment.