Hi all,
I am no longer able to rebuild IPC (using xdc).
I did it successfully quite recently to add a small change in the IPC code to fix an issue I found on our system (see http://e2e.ti.com/support/embedded/linux/f/354/p/263573/922868.aspx#922868 ).
I am using TI_CGT_C6000_7.4.2, xdctools_3_24_07_73, ipc_1_25_02_12, bios_6_35_01_29
This is the sequence of commands I am using:
bash-4.1$ export 'XDCPATH=/vobs/rtools/ti_dsp/ipc/packages/;/vobs/rtools/ti_dsp/xdctools/packages;/vobs/rtools/ti_dsp/bios/packages/'
bash-4.1$ cd /vobs/rtools/ti_dsp/ipc/packages/ti/sdo/ipc/
bash-4.1$ /vobs/rtools/ti_dsp/xdctools/xdc
Killed
bash-4.1$
I get only that laconic "Killed" message.
I don't know what has changed between a few days ago (when this worked) and now.
How can I get more information on what's happening?
Note that I am building using xdc because I read about it in the "IPC Install Guide" (in the IPC 'docs' folder). But now I have seen that in the "IPC User Guide" (sprugo6e) it talks about building using make. Which one is the "correct" way (make or xdc)?
thanks