doubt in toolchain for ARM

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

Reply to
Arun J
Loading thread data ...

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
Reply to
Pierre Asselin

Thanks for the support

now i got the zImage but how to obtain a .bin or .elf image

Arun J

Reply to
Arun J

ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.