Using PSoC Creator solely for code generation

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

cross mob
Anonymous
Not applicable

I am trying to use PSoC Creator to just generate the source code, and build it externally.

   

Thought of using cydsfit from the command line to do it. 

   

I wrote the following:

   

C:\.....<project path>....\cydsfit -p <Project name> -d <device name> 

   

I got a lot of files which don't usually come up when I use Creator GUI to build. Also, console output varied from Creator. 

   

Does anyone know how cydsfit works based on Creator settings, and what I need to do to mimic via command line?

   

Thanks!

0 Likes
1 Reply
HeLi_263931
Level 8
Level 8
100 solutions authored 50 solutions authored 25 solutions authored
        When you look at the build settings dialog for your project, it can show you the command line. Go to the "code generation" part, there you will see it.   
0 Likes