Hello everyone,
I was following the tutorial on http://www.giga.puc-rio.br/cgi-bin/elua.cgi?p=Building_GCC_for_Cortex but I got some errors on the build. I'm not sure if something is changed in this tutorial as I was able to build the toolchain succefully a couple of times before on the other computers of the LED Lab following the tutorial on berlios. I'm attaching the log files, I've divided each step on the tutorial in two files, one with the stdout output and the other one with the stderr output of each command. Can anyone guess what is happening? Thanks! Caio -------------- next part -------------- An HTML attachment was scrubbed... URL: https://lists.berlios.de/pipermail/elua-dev/attachments/20081211/e94b4218/attachment.html |
I have no idea what happened to the files... Anyway here they are
2008/12/11 Caio Percia Mehlem <caioxmag at gmail.com> > Hello everyone, > > I was following the tutorial on > http://www.giga.puc-rio.br/cgi-bin/elua.cgi?p=Building_GCC_for_Cortex but > I got some errors on the build. I'm not sure if something is changed in this > tutorial as I was able to build the toolchain succefully a couple of times > before on the other computers of the LED Lab following the tutorial on > berlios. > > I'm attaching the log files, I've divided each step on the tutorial in two > files, one with the stdout output and the other one with the stderr output > of each command. > > Can anyone guess what is happening? > > Thanks! > > Caio > An HTML attachment was scrubbed... URL: https://lists.berlios.de/pipermail/elua-dev/attachments/20081211/0da1928f/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: toolchain build errors.zip Type: application/zip Size: 509888 bytes Desc: not available Url : https://lists.berlios.de/pipermail/elua-dev/attachments/20081211/0da1928f/attachment-0001.zip |
In reply to this post by Caio Percia Mehlem
No attachments came with your msg :(
Did you miss something ? Or did BerliOS filter them ? Best Dado On Thu, Dec 11, 2008 at 20:45, Caio Percia Mehlem <caioxmag at gmail.com>wrote: > Hello everyone, > > I was following the tutorial on > http://www.giga.puc-rio.br/cgi-bin/elua.cgi?p=Building_GCC_for_Cortex but > I got some errors on the build. I'm not sure if something is changed in this > tutorial as I was able to build the toolchain succefully a couple of times > before on the other computers of the LED Lab following the tutorial on > berlios. > > I'm attaching the log files, I've divided each step on the tutorial in two > files, one with the stdout output and the other one with the stderr output > of each command. > > Can anyone guess what is happening? > > Thanks! > > Caio > > _______________________________________________ > Elua-dev mailing list > Elua-dev at lists.berlios.de > https://lists.berlios.de/mailman/listinfo/elua-dev > > An HTML attachment was scrubbed... URL: https://lists.berlios.de/pipermail/elua-dev/attachments/20081211/61f570d7/attachment.html |
I fowarded the first message so I'm not sure what happened... but that
shouldn't have happened with the second message!!! I can see the attachments here 2008/12/11 Dado Sutter <dadosutter at gmail.com> > No attachments came with your msg :( > Did you miss something ? Or did BerliOS filter them ? > > Best > Dado > > > On Thu, Dec 11, 2008 at 20:45, Caio Percia Mehlem <caioxmag at gmail.com>wrote: > >> Hello everyone, >> >> I was following the tutorial on >> http://www.giga.puc-rio.br/cgi-bin/elua.cgi?p=Building_GCC_for_Cortex but >> I got some errors on the build. I'm not sure if something is changed in this >> tutorial as I was able to build the toolchain succefully a couple of times >> before on the other computers of the LED Lab following the tutorial on >> berlios. >> >> I'm attaching the log files, I've divided each step on the tutorial in two >> files, one with the stdout output and the other one with the stderr output >> of each command. >> >> Can anyone guess what is happening? >> >> Thanks! >> >> Caio >> >> _______________________________________________ >> Elua-dev mailing list >> Elua-dev at lists.berlios.de >> https://lists.berlios.de/mailman/listinfo/elua-dev >> >> > > _______________________________________________ > Elua-dev mailing list > Elua-dev at lists.berlios.de > https://lists.berlios.de/mailman/listinfo/elua-dev > > An HTML attachment was scrubbed... URL: https://lists.berlios.de/pipermail/elua-dev/attachments/20081211/cd71ce32/attachment.html |
Wow, you're having actual compilation errors in the source code of GCC
itself. This never happened to me. I'd recommend starting the whole thing over again from the beginning, simply because I don't have a better idea at this point. Best, Bogdan On Fri, Dec 12, 2008 at 1:12 AM, Caio Percia Mehlem <caioxmag at gmail.com>wrote: > I fowarded the first message so I'm not sure what happened... but that > shouldn't have happened with the second message!!! I can see the attachments > here > > 2008/12/11 Dado Sutter <dadosutter at gmail.com> > > No attachments came with your msg :( >> Did you miss something ? Or did BerliOS filter them ? >> >> Best >> Dado >> >> >> On Thu, Dec 11, 2008 at 20:45, Caio Percia Mehlem <caioxmag at gmail.com>wrote: >> >>> Hello everyone, >>> >>> I was following the tutorial on >>> http://www.giga.puc-rio.br/cgi-bin/elua.cgi?p=Building_GCC_for_Cortexbut I got some errors on the build. I'm not sure if something is changed in >>> this tutorial as I was able to build the toolchain succefully a couple of >>> times before on the other computers of the LED Lab following the tutorial on >>> berlios. >>> >>> I'm attaching the log files, I've divided each step on the tutorial in >>> two files, one with the stdout output and the other one with the stderr >>> output of each command. >>> >>> Can anyone guess what is happening? >>> >>> Thanks! >>> >>> Caio >>> >>> _______________________________________________ >>> Elua-dev mailing list >>> Elua-dev at lists.berlios.de >>> https://lists.berlios.de/mailman/listinfo/elua-dev >>> >>> >> >> _______________________________________________ >> Elua-dev mailing list >> Elua-dev at lists.berlios.de >> https://lists.berlios.de/mailman/listinfo/elua-dev >> >> > > _______________________________________________ > Elua-dev mailing list > Elua-dev at lists.berlios.de > https://lists.berlios.de/mailman/listinfo/elua-dev > > An HTML attachment was scrubbed... URL: https://lists.berlios.de/pipermail/elua-dev/attachments/20081212/3f2e0ccb/attachment.html |
Thanks Bogdan,
I'll take a look on this too later on the day and in a clean machine. Pls note that we are doing everything as root, to simplify the minor issues we've had with different behaviors in different machines. Best Dado On Fri, Dec 12, 2008 at 06:15, Bogdan Marinescu <bogdan.marinescu at gmail.com>wrote: > Wow, you're having actual compilation errors in the source code of GCC > itself. This never happened to me. I'd recommend starting the whole thing > over again from the beginning, simply because I don't have a better idea at > this point. > > Best, > Bogdan > > > On Fri, Dec 12, 2008 at 1:12 AM, Caio Percia Mehlem <caioxmag at gmail.com>wrote: > >> I fowarded the first message so I'm not sure what happened... but that >> shouldn't have happened with the second message!!! I can see the attachments >> here >> >> 2008/12/11 Dado Sutter <dadosutter at gmail.com> >> >> No attachments came with your msg :( >>> Did you miss something ? Or did BerliOS filter them ? >>> >>> Best >>> Dado >>> >>> >>> On Thu, Dec 11, 2008 at 20:45, Caio Percia Mehlem <caioxmag at gmail.com>wrote: >>> >>>> Hello everyone, >>>> >>>> I was following the tutorial on >>>> http://www.giga.puc-rio.br/cgi-bin/elua.cgi?p=Building_GCC_for_Cortexbut I got some errors on the build. I'm not sure if something is changed in >>>> this tutorial as I was able to build the toolchain succefully a couple of >>>> times before on the other computers of the LED Lab following the tutorial on >>>> berlios. >>>> >>>> I'm attaching the log files, I've divided each step on the tutorial in >>>> two files, one with the stdout output and the other one with the stderr >>>> output of each command. >>>> >>>> Can anyone guess what is happening? >>>> >>>> Thanks! >>>> >>>> Caio >>>> >>>> _______________________________________________ >>>> Elua-dev mailing list >>>> Elua-dev at lists.berlios.de >>>> https://lists.berlios.de/mailman/listinfo/elua-dev >>>> >>>> >>> >>> _______________________________________________ >>> Elua-dev mailing list >>> Elua-dev at lists.berlios.de >>> https://lists.berlios.de/mailman/listinfo/elua-dev >>> >>> >> >> _______________________________________________ >> Elua-dev mailing list >> Elua-dev at lists.berlios.de >> https://lists.berlios.de/mailman/listinfo/elua-dev >> >> > > _______________________________________________ > Elua-dev mailing list > Elua-dev at lists.berlios.de > https://lists.berlios.de/mailman/listinfo/elua-dev > > An HTML attachment was scrubbed... URL: https://lists.berlios.de/pipermail/elua-dev/attachments/20081212/40c15f54/attachment.html |
Free forum by Nabble | Edit this page |