ARM-software / LLVM-embedded-toolchain-for-Arm

A project dedicated to building LLVM toolchain for 32-bit Arm embedded targets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linker: segment without section

zz6zz opened this issue · comments

It looks like:

image

There are some segment without a section related to it.

My link script doesn't use PHDRS, while Picolibc.ld use it. However, when I use arm-none-eabi-gcc to link same files with the same link script, it looks right.

Hope someone can help me!