Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Cross compiling for target jetson tx2 using nsight eclipse
Cross compiling for target jetson tx2 using nsight eclipse [message #1831218] Thu, 13 August 2020 21:43 Go to next message
Eclipse UserFriend
Hi

I bought a nvidia jetson tx2 for my application. Wondering if I can cross compile my a source code in eclipse for trying it out in my jetson tx2. This is what i have tried so far:

1. The source code was not a eclipse project so i used cmake to do make it a eclipse project for me.
2. Then i imported this workspace into my nsight eclipse and clicked on
Build all.
3. I am getting some errrors: Reallocation errors EM 62. After some research i found out that the em 62 is for x86_64 bit (my host). I think i missed something on my eclipse properties.
I dont know another way to cross compile, but kindly let me know means other than eclipse to perform the same task if any.
My host is having ubuntu 16.04 and x86_64 bit arch.
My target is running a 18.04 Ubuntu OS and a arm64 v8 architecture.

Any suggestions would be appreciated.
Re: Cross compiling for target jetson tx2 using nsight eclipse [message #1831223 is a reply to message #1831218] Fri, 14 August 2020 03:36 Go to previous message
Eclipse UserFriend
For compiling on the X86 family, you will need at least an ARM cross-development toolkit for the X86. You may also need a cross-toolkit for the GPU core.
Previous Topic:CMSIS zone rzone files not found?
Next Topic: Problem with debugging the C++ code with eclipse on Mac
Goto Forum:
  


Current Time: Mon Jul 14 05:38:19 EDT 2025

Powered by FUDForum. Page generated in 0.07356 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top