Skip to content

Commit

Permalink
Fixed libsds_lib makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedikt Janssen committed Sep 8, 2016
1 parent 88743ff commit 0693100
Show file tree
Hide file tree
Showing 15 changed files with 34,180 additions and 9 deletions.
Binary file added Pynq-Z1/bitstream/base.bit
Binary file not shown.
1 change: 0 additions & 1 deletion Pynq-Z1/bitstream/base.bit.REMOVED.git-id

This file was deleted.

33,314 changes: 33,314 additions & 0 deletions Pynq-Z1/notebooks/Examples/data/haarcascade_frontalface_default.xml

Large diffs are not rendered by default.

This file was deleted.

481 changes: 481 additions & 0 deletions Pynq-Z1/notebooks/Examples/opencv_face_detect.ipynb

Large diffs are not rendered by default.

This file was deleted.

143 changes: 143 additions & 0 deletions Pynq-Z1/notebooks/Examples/python_random.ipynb

Large diffs are not rendered by default.

This file was deleted.

240 changes: 240 additions & 0 deletions Pynq-Z1/notebooks/Examples/video_filters.ipynb

Large diffs are not rendered by default.

This file was deleted.

Binary file added Pynq-Z1/sdk/bootbin/u-boot.elf
Binary file not shown.
1 change: 0 additions & 1 deletion Pynq-Z1/sdk/bootbin/u-boot.elf.REMOVED.git-id

This file was deleted.

Binary file added python/pynq/drivers/tests/pynq_welcome.pdm
Binary file not shown.
1 change: 0 additions & 1 deletion python/pynq/drivers/tests/pynq_welcome.pdm.REMOVED.git-id

This file was deleted.

4 changes: 2 additions & 2 deletions scripts/xlnkutils/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
all:
gcc -shared -o libsds_lib.so -Wl,--whole-archive libsds_lib.a -l pthread -Wl,--no-whole-archive
gcc -fPIC -shared -rdynamic -o libsds_lib.so -Wl,--whole-archive libsds_lib.a -l pthread -Wl,--no-whole-archive

clean:
rm -f *.so

install:
cp -avf libsds_lib.so /usr/lib/
cp -arvf libxlnk_cma.h /usr/include/
cp -arvf libxlnk_cma.h /usr/include/

0 comments on commit 0693100

Please sign in to comment.