Skip to content

Commit

Permalink
armv7a: enable LIBPHOENIX_SHARED and build rtld
Browse files Browse the repository at this point in the history
JIRA: RTOS-664
  • Loading branch information
badochov committed Aug 30, 2024
1 parent 4f90905 commit 9b4592c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build-core-armv7a9-zynq7000.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ if [ "$LIBPHOENIX_DEVEL_MODE" = "y" ]; then

b_log "Building libphoenix"
make -C "libphoenix" all install

b_log "Building dynamic linker"
make -C "phoenix-rtos-utils" rtld rtld-install
fi

b_log "Building unity"
Expand Down
4 changes: 4 additions & 0 deletions target/armv7a.mk
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,8 @@ STRIP := $(CROSS)strip

VADDR_KERNEL_INIT := 0xc0000000


LIBPHOENIX_PIC ?= y
LIBPHOENIX_SHARED ?= y

HAVE_MMU := y

0 comments on commit 9b4592c

Please sign in to comment.