Skip to content

Commit

Permalink
build-core-ia32: move builing rtld just after libphoenix
Browse files Browse the repository at this point in the history
Dynamic binaries need ld.elf_so to be present during linking.

JIRA: RTOS-664
  • Loading branch information
badochov committed Aug 21, 2024
1 parent 7fd298d commit 563921b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build-core-ia32-generic.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" ld.elf_so ld.elf_so-install
fi

b_log "Building phoenix-rtos-corelibs"
Expand Down

0 comments on commit 563921b

Please sign in to comment.