Search Results

Search results 1-3 of 3.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Hi, when trying to builld our application with new SES 6.32b we get the error message ‘I’ undeclared (first use in this function) Building with SES 5.40c works fine, what I found is a missing macro in complex.h. File complex.h in SES 5.40c includes this macro definition: C Source Code (3 lines) This macro definition is gone in SES 6.32b! Where can I find this defintion now ???

  • Regarding the RTT problem, I simply had to add a new line LIBRARY_IO_TYPE="RTT" to the .emProject file in v6.22a: e.g. <!DOCTYPE CrossStudio_Project_File> <solution Name="x-solution" target="8" version="2"> <project Name="x-project"> <configuration JLinkLogFileName="$(ProjectDir)/jlink.log" JLinkScriptFileName="$(ProjectDir)/Flashloader1064.JLinkScript" LIBRARY_IO_TYPE="RTT" Name="Common" Target="MIMXRT1064xxxxx"

  • Hi, we used to work with Segger EmbeddedStudio 5.40c and earlier version for a long time, without problems. After upgrade to EmbeddedStudio V6.22a our project doesn't build anymore. Error message from linker is: undefined reference to `__muldc3' This message is related to a complex multiplication: C Source Code (5 lines) Am I missing some package installation? With the previous version, we didn't install any packages. BR Dirk