Hello,

Marc Weber <[email protected]> writes:

> The problem:
> avrlibc creates a mcu (microcontroller unit) specific .o file.
> That one is needed to link the final program.

Are you referring to crt.o and similar files?

> The search path for .o files is hardcoded into gcc, correct?

In the GCC wrapper, which adds `-B/path/to/glibc' so that crt1.o and
friends are found (see `gcc-wrapper/builder.sh').

I don't clearly understand what your problem is, though.

Hope this helps,
Ludo'.

_______________________________________________
nix-dev mailing list
[email protected]
https://mail.cs.uu.nl/mailman/listinfo/nix-dev

Reply via email to