Hi,
I plan to divide the build process of configuration script(.cfg) into two steps in a non-CCS environment. Firstly, I invoke 'xs xdc.tools.configuro xxx --generationOnly xxx.cfg' to generate a output C code with a name like xxx_p64.c, then i want to know where i could find the detailed compiler options to compile the c file to a final xxx_p64.oe64 object file(of course when the --generationOnly option is disabled)? I need grantee that the compiler options on my side is all the same with the xdctools build process. Thanks.
Allen