compiling cpp for psoc creator

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
m_ost
Level 1
Level 1
5 sign-ins First reply posted First question asked

Hello, I am trying to add a c++ library to our firmware on psoc creator and was wondering how viable it would be to add a library with 120 c++ files to our project. I am trying to avoid modustoolbox if at all possible since we do not want to migrate the project. I saw this blog https://blog.mbedded.ninja/programming/microcontrollers/psoc/using-cplusplus-with-psoc-creator/ that has been mentioned in the forum a few times but it is from 2013 so I was hoping that there is some more recent info and a solution that doesn't require going to the individual build settings of all 120 cpp files.

0 Likes
1 Solution
Len_CONSULTRON
Level 9
Level 9
Beta tester 500 solutions authored 1000 replies posted

m_ost,

It is my understanding the PSoC Creator doesn't directly support C++ files or syntax.  (Exception that I know of: It supports the "//" comment .)

 

Len
"Engineering is an Art. The Art of Compromise."

View solution in original post

0 Likes
1 Reply
Len_CONSULTRON
Level 9
Level 9
Beta tester 500 solutions authored 1000 replies posted

m_ost,

It is my understanding the PSoC Creator doesn't directly support C++ files or syntax.  (Exception that I know of: It supports the "//" comment .)

 

Len
"Engineering is an Art. The Art of Compromise."
0 Likes