On 28/03/2019 09:49, Amarnath MB wrote:
My development platform is MingW64 on Windows 10.
The strange part is that when I build my BSP from MingW shell then this error is not reported and everything gets built successfully. Once I install my bsp and use it in eclipse to build application it gives the above error.

After some googling, I came to know that this is some issue related to the Linker standard path.

The GCC cannot find its internal target libraries. I guess you don't call GCC in a MSYS shell in eclipse so the behaviour is different. You can print out the compiler search paths with "gcc -E -P -v -dD empty-file.c".

--
Sebastian Huber, embedded brains GmbH

Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone   : +49 89 189 47 41-16
Fax     : +49 89 189 47 41-09
E-Mail  : sebastian.hu...@embedded-brains.de
PGP     : Public key available on request.

Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.

_______________________________________________
users mailing list
users@rtems.org
http://lists.rtems.org/mailman/listinfo/users

Reply via email to