Tool/software: TI C/C++ Compiler
Hi,
I am using the TI-CGT-PRU_2.2.1 compiler to build my PRU firmware. My firmware is building and working fine but I constantly get the following warnings:
warning: entry-point symbol "_c_int00" undefined
warning: no suitable entry-point found; setting to 0
I am unable to resolve this warning. I tried passing the --entry_point=main parameter during linking as specified in PRU Assembly Language Tools v2.2, but it is not recognizing the parameter. (I have defined main as a label in my .asm file and also specified it as global symbol using .global).
WARNING: invalid compiler option --entry_point=main (ignored)
Please provide suitable information on how to fix this warning regarding entry point.
Regards,
Anjandeep