Other Parts Discussed in Thread: SYSBIOS
Tool/software: TI C/C++ Compiler
Has anyone tried to compile mmwDemo with GCC compiler instead of ti-cgt-arm compiler?
Some tips and tricks would be very helpful.
Best regards,
Predrag
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: TI C/C++ Compiler
Has anyone tried to compile mmwDemo with GCC compiler instead of ti-cgt-arm compiler?
Some tips and tricks would be very helpful.
Best regards,
Predrag
Hi Nitin,
Thank you for your response. I asked this question because I wanted to include
external numerical library which I compiled with GCC compiler for cortex-r4f.
Can you suggest some solution to my problem? How external libraries can be compiled with TI ARM compiler and be part of the mmwDemo project?
Best regards,
Predrag
Hi Predrag,
The mmWave SDK comes with complete source including makefiles for each component. You can look at the makefile for any of the mmwave component libraries e.g. drivers, demos, mmwave lib etc and adapt those to the library you want to build. Did you already try this and face any specific issues?
Thanks
-Nitin