Build fx3 project from command using cs-make failing at GCC linker

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

cross mob
suresh
Level 1
Level 1
First question asked Welcome!

Downloaded project from git and trying to build with command

cs-make

build job failed with below error as  it is unable to find the fx3.ld from current path. when checked the makefile it was showing the workspace path which the developer used and pushed to git 

suresh_0-1620817303201.png

so we imported the same project in eclipse and now build executed success and the makefile was updating to the current working directory.

is there a way to change the path in makefile without importing the project in eclipse.

0 Likes
1 Solution
JayakrishnaT_76
Moderator
Moderator
Moderator
First question asked 1000 replies posted 750 replies posted

Hello,

Please refer to the following KBA to understand the detailed steps to be followed to build FX3 project using command prompt:

https://community.cypress.com/t5/Knowledge-Base-Articles/Using-Command-Prompt-for-Building-FX3-Proje...

The KBA also mentions the modifications that should be done on the makefile. Please refer to the KBA mentioned above and make the required modifications on the makefile to build the project using command prompt.

Best Regards,
Jayakrishna

View solution in original post

0 Likes
1 Reply
JayakrishnaT_76
Moderator
Moderator
Moderator
First question asked 1000 replies posted 750 replies posted

Hello,

Please refer to the following KBA to understand the detailed steps to be followed to build FX3 project using command prompt:

https://community.cypress.com/t5/Knowledge-Base-Articles/Using-Command-Prompt-for-Building-FX3-Proje...

The KBA also mentions the modifications that should be done on the makefile. Please refer to the KBA mentioned above and make the required modifications on the makefile to build the project using command prompt.

Best Regards,
Jayakrishna
0 Likes