This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

cmake sample

Hi,

As of now we are using SEGGER Embedded Studio for compilation and Flashing.

Now we would like to copile using Cmake tool, can you please provide template Cmake for any of the existing any of the example project so that I can look into it and build for our project.

Thanks in advance

Parents
  • I am trying to compile a simple hello world program using cmake tool. Below variables I have defined in the Environment variables.   

    CC = C:\Program Files\SEGGER\SEGGER Embedded Studio for ARM 4.10\gcc\arm-none-eabi\bin\cc1

    CXX = C:\Program Files\SEGGER\SEGGER Embedded Studio for ARM 4.10\gcc\arm-none-eabi\bin\cc1plus

    Below error I get when I try to compile

    Can some help me how to resolve this issue.. I am new to Cmake..! 

Reply
  • I am trying to compile a simple hello world program using cmake tool. Below variables I have defined in the Environment variables.   

    CC = C:\Program Files\SEGGER\SEGGER Embedded Studio for ARM 4.10\gcc\arm-none-eabi\bin\cc1

    CXX = C:\Program Files\SEGGER\SEGGER Embedded Studio for ARM 4.10\gcc\arm-none-eabi\bin\cc1plus

    Below error I get when I try to compile

    Can some help me how to resolve this issue.. I am new to Cmake..! 

Children
No Data
Related