# # ======== readme.txt ======== # BigdataIPC examples These examples are created to show case how to share big data buffers between cores in a multicore system host_liux: Examples here assume host running Linux host_bios: Examples here assume host running TI RTOS simple_buffer_example: This example demonstrates simple buffer exchange between cores Build procedure: host_bios =========================== The examples are integrated into the top level make of the SDK for ease of use. But in case of building this example separately: The following commandline can be used to build the example with the appropriate paths set from the top directory. PLATFORM= \ XDC_INSTALL_DIR="" \ BIOS_INSTALL_DIR="" \ IPC_INSTALL_DIR="" \ PDK_INSTALL_DIR="" \ env gnu.targets.arm.A15F="" \ env ti.targets.elf.C66=""\ BOARD_NAME= \ make host_bios or The corresponding example products.mak can be updated with the paths for the various components and the individual examples can be built separately. Build procedure: host_linux ============================ The examples are integrated into the top level make of the Linux SDK for ease of use. But in case of building this example separately: The following commandline can be used to build the example with the appropriate paths set from the top directory. PLATFORM= \ XDC_INSTALL_DIR="" \ BIOS_INSTALL_DIR="" \ IPC_INSTALL_DIR="" \ TOOLCHAIN_PREFIX="" \ env gnu.targets.arm.A15F="" \ env ti.targets.elf.C66=""\ BOARD_NAME= \ make host_linux