Andes Workshop

It is currently Thu Mar 28, 2024 6:25 pm

All times are UTC + 8 hours [ DST ]




Post new topic Reply to topic  [ 1 post ] 
Author Message
 Post subject: How to compile intelj3 with AndeSight MCU installed
PostPosted: Mon Jul 01, 2013 4:29 pm 
Offline

Joined: Fri May 04, 2012 6:49 am
Posts: 17
After Andesight MCU installed, the cygwin environment is setted. So we can use g++ compiler in cygwin to compile intelj3. The steps are as follow:

Step1: Download the intelj3 source code. Uncompress it and put it on your desktop
Attachment:
ori-src-IntelJ3.zip [264.98 KiB]
Downloaded 676 times

Attachment:
Step1.png
Step1.png [ 41.45 KiB | Viewed 6791 times ]


Step2:Double click “Cygwin.bat” which is under your AndesightMCU V2.0.1 installation path to open Cygwin Window and check g++ compiler.
Attachment:
Step2.png
Step2.png [ 183.5 KiB | Viewed 6791 times ]

Attachment:
Step2-1.png
Step2-1.png [ 36.58 KiB | Viewed 6791 times ]


Step3:Change directory of the IntelJ3 Project and Compile it. Compile command is:
Code:
g++ -g3 -O0 -Wall -DBUILD_ID=20130628 -DBRANCH_NAME=\"aaa\" -DCOMMIT_ID=\"bbb\" IntelJ3.cpp util.cpp -lwsock32 -lm -lgdi32 -luser32 -lcfgmgr32 -lsetupapi -lcomctl32 -o IntelJ3.exe

Attachment:
Step3.png
Step3.png [ 25.61 KiB | Viewed 6791 times ]


Top
 Profile Send private message E-mail  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 

All times are UTC + 8 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 13 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group