All of lore.kernel.org
 help / color / mirror / Atom feed
* meta-toolchain-arago: move LD_LIBRARY_PATH setting into each shell stub [issue]
@ 2012-11-08  3:06 Cooper Jr., Franklin
  2012-11-08  4:42 ` Denys Dmytriyenko
  0 siblings, 1 reply; 4+ messages in thread
From: Cooper Jr., Franklin @ 2012-11-08  3:06 UTC (permalink / raw)
  To: meta-arago@arago-project.org

[-- Attachment #1: Type: text/plain, Size: 830 bytes --]

Some more progress being made. Building non Qt applications working again and qmake works. But make is having issues finding include files

/home/fcooper/sdk/alpha/11_07_8_10_PM/ti-sdk-am335x-evm-05.06.00.00/linux-devkit/arm-arago-linux-gnueabi/usr/include/qtopia/QtCore/qglobal.h:68:21: fatal error: algorithm: No such file or directory
compilation terminated.
make: *** [main.o] Error 1

That header is apart of the C++ standard library and is located at /home/fcooper/sdk/alpha/11_07_8_10_PM/ti-sdk-am335x-evm-05.06.00.00/linux-devkit/arm-arago-linux-gnueabi/usr/include/c++/4.5.3

I am currently fiddling with mkspecs, linux.conf and QMAKE_INCDIR with no luck.

Complete log: pastebin.com/xRh4tWik


Regards,
Franklin Cooper Jr.
Texas Instruments
Application Engineer
fcooper@ti.com<mailto:fcooper@ti.com>


[-- Attachment #2: Type: text/html, Size: 3121 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: meta-toolchain-arago: move LD_LIBRARY_PATH setting into each shell stub [issue]
  2012-11-08  3:06 meta-toolchain-arago: move LD_LIBRARY_PATH setting into each shell stub [issue] Cooper Jr., Franklin
@ 2012-11-08  4:42 ` Denys Dmytriyenko
  2012-11-08  6:25   ` Cooper Jr., Franklin
  0 siblings, 1 reply; 4+ messages in thread
From: Denys Dmytriyenko @ 2012-11-08  4:42 UTC (permalink / raw)
  To: Cooper Jr., Franklin; +Cc: meta-arago@arago-project.org

Ok, so the good news is that all the SDK binaries are working fine.

Now, as of the C++ headers, I'm surprised it used to work like that in 
previous SDKs, but I see that the headers are installed in the wrong place, 
not where toolchain expects them to find:

/linux-devkit/arm-arago-linux-gnueabi/usr/include/c++/4.5.3

And they should be:

/linux-devkit/arm-arago-linux-gnueabi/include/c++/4.5.3

Fixed now.

Denys


On Thu, Nov 08, 2012 at 03:06:52AM +0000, Cooper Jr., Franklin wrote:
> Some more progress being made. Building non Qt applications working again and qmake works. But make is having issues finding include files
> 
> /home/fcooper/sdk/alpha/11_07_8_10_PM/ti-sdk-am335x-evm-05.06.00.00/linux-devkit/arm-arago-linux-gnueabi/usr/include/qtopia/QtCore/qglobal.h:68:21: fatal error: algorithm: No such file or directory
> compilation terminated.
> make: *** [main.o] Error 1
> 
> That header is apart of the C++ standard library and is located at /home/fcooper/sdk/alpha/11_07_8_10_PM/ti-sdk-am335x-evm-05.06.00.00/linux-devkit/arm-arago-linux-gnueabi/usr/include/c++/4.5.3
> 
> I am currently fiddling with mkspecs, linux.conf and QMAKE_INCDIR with no luck.
> 
> Complete log: pastebin.com/xRh4tWik
> 
> 
> Regards,
> Franklin Cooper Jr.
> Texas Instruments
> Application Engineer
> fcooper@ti.com<mailto:fcooper@ti.com>
> 

> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: meta-toolchain-arago: move LD_LIBRARY_PATH setting into each shell stub [issue]
  2012-11-08  4:42 ` Denys Dmytriyenko
@ 2012-11-08  6:25   ` Cooper Jr., Franklin
  2012-11-08  6:44     ` Denys Dmytriyenko
  0 siblings, 1 reply; 4+ messages in thread
From: Cooper Jr., Franklin @ 2012-11-08  6:25 UTC (permalink / raw)
  To: Dmytriyenko, Denys; +Cc: meta-arago@arago-project.org

Success! I just need to test building these applications via Qt Creator and Code Composer Studio but building from the command line works without a problem!

-----Original Message-----
From: Dmytriyenko, Denys 
Sent: Wednesday, November 07, 2012 10:43 PM
To: Cooper Jr., Franklin
Cc: meta-arago@arago-project.org
Subject: Re: [meta-arago] meta-toolchain-arago: move LD_LIBRARY_PATH setting into each shell stub [issue]

Ok, so the good news is that all the SDK binaries are working fine.

Now, as of the C++ headers, I'm surprised it used to work like that in previous SDKs, but I see that the headers are installed in the wrong place, not where toolchain expects them to find:

/linux-devkit/arm-arago-linux-gnueabi/usr/include/c++/4.5.3

And they should be:

/linux-devkit/arm-arago-linux-gnueabi/include/c++/4.5.3

Fixed now.

Denys


On Thu, Nov 08, 2012 at 03:06:52AM +0000, Cooper Jr., Franklin wrote:
> Some more progress being made. Building non Qt applications working 
> again and qmake works. But make is having issues finding include files
> 
> /home/fcooper/sdk/alpha/11_07_8_10_PM/ti-sdk-am335x-evm-05.06.00.00/li
> nux-devkit/arm-arago-linux-gnueabi/usr/include/qtopia/QtCore/qglobal.h:68:21: fatal error: algorithm: No such file or directory compilation terminated.
> make: *** [main.o] Error 1
> 
> That header is apart of the C++ standard library and is located at 
> /home/fcooper/sdk/alpha/11_07_8_10_PM/ti-sdk-am335x-evm-05.06.00.00/li
> nux-devkit/arm-arago-linux-gnueabi/usr/include/c++/4.5.3
> 
> I am currently fiddling with mkspecs, linux.conf and QMAKE_INCDIR with no luck.
> 
> Complete log: pastebin.com/xRh4tWik
> 
> 
> Regards,
> Franklin Cooper Jr.
> Texas Instruments
> Application Engineer
> fcooper@ti.com<mailto:fcooper@ti.com>
> 

> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: meta-toolchain-arago: move LD_LIBRARY_PATH setting into each shell stub [issue]
  2012-11-08  6:25   ` Cooper Jr., Franklin
@ 2012-11-08  6:44     ` Denys Dmytriyenko
  0 siblings, 0 replies; 4+ messages in thread
From: Denys Dmytriyenko @ 2012-11-08  6:44 UTC (permalink / raw)
  To: Cooper Jr., Franklin; +Cc: meta-arago@arago-project.org

Great! I can go get some sleep now... :)


On Thu, Nov 08, 2012 at 01:25:56AM -0500, Cooper Jr., Franklin wrote:
> Success! I just need to test building these applications via Qt Creator and Code Composer Studio but building from the command line works without a problem!
> 
> -----Original Message-----
> From: Dmytriyenko, Denys 
> Sent: Wednesday, November 07, 2012 10:43 PM
> To: Cooper Jr., Franklin
> Cc: meta-arago@arago-project.org
> Subject: Re: [meta-arago] meta-toolchain-arago: move LD_LIBRARY_PATH setting into each shell stub [issue]
> 
> Ok, so the good news is that all the SDK binaries are working fine.
> 
> Now, as of the C++ headers, I'm surprised it used to work like that in previous SDKs, but I see that the headers are installed in the wrong place, not where toolchain expects them to find:
> 
> /linux-devkit/arm-arago-linux-gnueabi/usr/include/c++/4.5.3
> 
> And they should be:
> 
> /linux-devkit/arm-arago-linux-gnueabi/include/c++/4.5.3
> 
> Fixed now.
> 
> Denys
> 
> 
> On Thu, Nov 08, 2012 at 03:06:52AM +0000, Cooper Jr., Franklin wrote:
> > Some more progress being made. Building non Qt applications working 
> > again and qmake works. But make is having issues finding include files
> > 
> > /home/fcooper/sdk/alpha/11_07_8_10_PM/ti-sdk-am335x-evm-05.06.00.00/li
> > nux-devkit/arm-arago-linux-gnueabi/usr/include/qtopia/QtCore/qglobal.h:68:21: fatal error: algorithm: No such file or directory compilation terminated.
> > make: *** [main.o] Error 1
> > 
> > That header is apart of the C++ standard library and is located at 
> > /home/fcooper/sdk/alpha/11_07_8_10_PM/ti-sdk-am335x-evm-05.06.00.00/li
> > nux-devkit/arm-arago-linux-gnueabi/usr/include/c++/4.5.3
> > 
> > I am currently fiddling with mkspecs, linux.conf and QMAKE_INCDIR with no luck.
> > 
> > Complete log: pastebin.com/xRh4tWik
> > 
> > 
> > Regards,
> > Franklin Cooper Jr.
> > Texas Instruments
> > Application Engineer
> > fcooper@ti.com<mailto:fcooper@ti.com>
> > 
> 
> > _______________________________________________
> > meta-arago mailing list
> > meta-arago@arago-project.org
> > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> 


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-11-08  6:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-08  3:06 meta-toolchain-arago: move LD_LIBRARY_PATH setting into each shell stub [issue] Cooper Jr., Franklin
2012-11-08  4:42 ` Denys Dmytriyenko
2012-11-08  6:25   ` Cooper Jr., Franklin
2012-11-08  6:44     ` Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.