Application build in Eclipse gives error

Sebastian Huber sebastian.huber at embedded-brains.de
Thu Mar 28 09:50:17 UTC 2019


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.huber at embedded-brains.de
PGP     : Public key available on request.

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



More information about the users mailing list