Do you have a question? Post it now! No Registration Necessary
Subject
- Posted on
doubt in toolchain for ARM
- 04-12-2005
April 12, 2005, 1:59 am

while trying to make the toolchain, in the gcc part this command was
encountered...
-------------------------------------------------------
cp $(ATTACHED t-linux file) gcc/config/arm/
-------------------------------------------------------
i am not understanding this command....
what is this linux file???
miet beachtungen
Arun J
encountered...
-------------------------------------------------------
cp $(ATTACHED t-linux file) gcc/config/arm/
-------------------------------------------------------
i am not understanding this command....
what is this linux file???
miet beachtungen
Arun J

Re: doubt in toolchain for ARM

This is bash syntax to run the command "ATTACHED t-linus file",
capture its standard output, and continue as if this output had
been typed as part of the command.
Presumable the ATTACHED command was compiled earlier and it
writes the name of the file to be copied into the gcc/config/arm
directory.
--
pa at panix dot com
pa at panix dot com
Site Timeline
- » fastest approach?
- — Next thread in » Embedded Linux
-
- » how to start the kernel using bdm?
- — Previous thread in » Embedded Linux
-
- » Crosscompiling for ARM: reloc type R_ARM_ABS32 is not supported for PIC - ...
- — Newest thread in » Embedded Linux
-
- » Quanta corrente potrà fornire?
- — The site's Newest Thread. Posted in » Electronics Hobby (Italian)
-
- » CR1616 en remplacement de CTL1616
- — The site's Last Updated Thread. Posted in » Electronics (French)
-