PSoC Project Build

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

cross mob
ViUp_2365076
Level 1
Level 1

Hi,

   


​I have built an ELF file using the startup code generated by the PSoC Creator Project, Using a custom Makefile. I have never been able to flash this ELF file via the PSoC Creator, since i cannot select the files in IDE.

   

Question 1. Is there a way this can be done via PSoC Creator?

   

I have tried seeing through build steps for generating the ELF file for this cypress part, The PSoC Creator uses this file CyComponentLibrary.a. Is it generated from the Source code generated by the PSoC Creator.?

   

Question 2. What does CyComponentLibrary.a file do? Do i always need it? Be it debugging or general BSP kinda thing?

   

Regards,

   

Vikram

0 Likes
1 Reply
AnkitaS_51
Employee
Employee
100 likes received 50 likes received 25 likes received

This file has components library compatible to your device.Its linking ensures that your program will link with the correct libraries for your device

0 Likes