conversion functions are not being found

Fully featured ARM compilers available on Windows, Linux, and macOS.
Post Reply
Author
Message
Kct@vt
Posts: 6
Joined: 07 Jun 2021 19:26

conversion functions are not being found

#1 Post by Kct@vt » 25 Jun 2021 14:48

Hi,

I have a project using mikroSDK library and I've checked and applied Conversion library and it is listed in the dependencies.
But when I type in a function name in the editor, I get 'undefined identifier' errors for any of the conversion functions.

What am I missing?

User avatar
filip.grujcic
Posts: 822
Joined: 14 May 2018 08:34

Re: conversion functions are not being found

#2 Post by filip.grujcic » 29 Jun 2021 13:15

Hello,

You have to include the conversions header in your .c file.

#include "conversions.h"

Regards,
Filip Grujcic

Post Reply

Return to “ARM AI Compilers”