Commit c439f5be authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Initial commit

parents
all:
tar xf open-amp-2024.10.0.tar.gz
mkdir open-amp-2024.10.0/build
cd open-amp-2024.10.0/build && PATH=$$PATH:$(CURDIR)/../toolchain/armr5-none-eabi/bin cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=../cmake/platforms/zynqmp_r5_generic.cmake -DCMAKE_INSTALL_PREFIX=$(CURDIR)/../toolchain/armr5-none-eabi -DCMAKE_INCLUDE_PATH=$(CURDIR)/../toolchain/armr5-none-eabi/include -DCMAKE_LIBRARY_PATH=$(CURDIR)/../toolchain/armr5-none-eabi/lib -DCMAKE_C_FLAGS="-DXLNX_PLATFORM=1" -DWITH_SHARED_LIB=OFF ..
PATH=$$PATH:$(CURDIR)/../toolchain/arm-none-eabi/bin $(MAKE) -C open-amp-2024.10.0/build
PATH=$$PATH:$(CURDIR)/../toolchain/arm-none-eabi/bin $(MAKE) -C open-amp-2024.10.0/build install
rm -rf open-amp-2024.10.0
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment