Porting legacy linux application to freertos (i.MX)

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Porting legacy linux application to freertos (i.MX)

771 次查看
ranjay_shandilya
Contributor III

Hi,

I am trying to port an existing C++ application running on linux currently to freertos.

My application has various custom libraries ( prj_lib1, prj_lib2, ...... prj_lib9) which I wanna link to one .exe(Project_main.exe)

I just need a bit of clarification on how to proceed in this scenario.

Do I need to create freertos static library for each library to link in the Project_main.exe or normal c++ static library should be good enough?

Currently what I am doing is, I have generated Project_main.exe by modifying an existing demo application. And then created normal C++ static library for different libraries which I link in the Project_main.exe.

Is this the correct way to go ahead? Or should I modify existing demo application to generate libraries too?

If there's some other way please do let me know.

0 项奖励
回复
0 回复数