when I check the $(LINKER) in the wiced_elf.mk, it is defined as the arm-none-eabi-g++, why not arm-none-eabi-ld?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

when I check the $(LINKER) in the wiced_elf.mk, it is defined as the arm-none-eabi-g++, why it is not arm-none-eabi-ld?

Where does Wiced define these compiler and linker?

0 Likes
1 Solution
GregG_16
Employee
Employee
50 sign-ins 25 sign-ins 25 comments on KBA

Good catch. 

This is probably just  because C++ programs were not linking correctly using just LD – We think it was due to the names just getting mangled up.

Does this answer your question?

View solution in original post

0 Likes
2 Replies
GregG_16
Employee
Employee
50 sign-ins 25 sign-ins 25 comments on KBA

Good catch. 

This is probably just  because C++ programs were not linking correctly using just LD – We think it was due to the names just getting mangled up.

Does this answer your question?

0 Likes
GregG_16
Employee
Employee
50 sign-ins 25 sign-ins 25 comments on KBA

Please open a new discussion if needed.

0 Likes