Tool/software: TI C/C++ Compiler
My application is running on A53 core of AM65XX.
i want to override memcpy and memset in the application.
I found some info here but i am seeing below error while compiling
http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.faqs/ka16754.html
aarch64-elf-gcc.exe: error: unrecognized command line option '--library_interface=none'
Any help on why this issue is there and how to work it out is highly appreciated.