Andes Workshop

It is currently Thu Mar 28, 2024 11:45 pm

All times are UTC + 8 hours [ DST ]


Search found 43 matches
Search these results:

Author Message

 Forum: AndeSight STD   Topic: Cygwin compatibility issue in AndeSight v3.0.0

Posted: Wed May 31, 2017 3:36 pm 

Replies: 0
Views: 8433


If user’s execution path contain old Cygwin package or old cygwin1.dll, nds32le-elf-gcc cannot be correctly executed. In AndeSight, it will shows “ Error 127 ” in building projects. To identify this issue, please use the following command in the console: $ ./nds32le-elf-gcc –version If the version i...

 Forum: AndeSight MCU/RDS   Topic: AndeSight MCU 2.0.1 license error

Posted: Wed Oct 07, 2015 4:25 pm 

Replies: 0
Views: 15029


Insatlled AndeSight MCU 2.0.1 occur following error.

Attachment:
201MCU_license error.jpg
201MCU_license error.jpg [ 22.05 KiB | Viewed 15029 times ]


Solution:
Removed "-Djava.net.preferIPv4Stack=true"in Andesignt.ini file

Attachment:
Andesght mcu license issue.jpg
Andesght mcu license issue.jpg [ 164.02 KiB | Viewed 15029 times ]

 Forum: Programming   Topic: Adding Last Build Date & Time in the main code

Posted: Wed Oct 07, 2015 12:18 pm 

Replies: 0
Views: 15339


If you need or want the date and/or time the last time your app was built then there are two handy macros you can use. Consider the following example: char *date = __DATE__; // e.g. 'Dec 15 2009' char *time = __TIME__; // e.g. '15:25:56' NSLog(@"Build date: %s", date); NSLog(@"Build t...

 Forum: AndeSight MCU/RDS   Topic: History 設定

 Post subject: History 設定
Posted: Fri Dec 05, 2014 5:32 pm 

Replies: 0
Views: 7063


如何開啟History 視窗
Attachment:
Show View.jpg
Show View.jpg [ 78.75 KiB | Viewed 7063 times ]


Attachment:
History view.jpg
History view.jpg [ 34.69 KiB | Viewed 7063 times ]


Attachment:
link with editor and selection.jpg
link with editor and selection.jpg [ 99.69 KiB | Viewed 7063 times ]



修改History 設定

Attachment:
preferance.jpg
preferance.jpg [ 128.08 KiB | Viewed 7063 times ]


Attachment:
Histroy.jpg
Histroy.jpg [ 76.85 KiB | Viewed 7063 times ]


Attachment:
History setting.jpg
History setting.jpg [ 437.79 KiB | Viewed 7062 times ]

 Forum: AndeShape   Topic: AICE-MCU V1.8.8 field upgrade

Posted: Wed Oct 22, 2014 11:49 am 

Replies: 0
Views: 12521


Note :If your version is older than V1.7.7,You must upgrade to V1.7.7 then to do V1.8.8 upgrade. Here is V1.7.7 upgrade method:[http://forum.andestech.com/viewtopic.php?f=13&t=700] AICE-MCU field upgrade intructions 1. Download the file "AICE_MCU_V1.8.8_offical.zip". AICE-MCU_V1.8.8_o...

 Forum: AndeSight MCU/RDS   Topic: Using Virtual hosting in MCU program debug.

Posted: Fri Sep 19, 2014 2:57 pm 

Replies: 0
Views: 7181


Using virtual hosting in MCU Program debug message is desplay on GDB Command window.
Attachment:
MCU program virtual hosting.jpg
MCU program virtual hosting.jpg [ 89.34 KiB | Viewed 7181 times ]

 Forum: AndeSight MCU/RDS   Topic: 快捷鍵

 Post subject: 快捷鍵
Posted: Wed Aug 20, 2014 11:23 am 

Replies: 0
Views: 7002


Andesight 快捷鍵清單.
Attachment:
快捷清單.jpg
快捷清單.jpg [ 149.3 KiB | Viewed 7002 times ]

Attachment:
find next.jpg
find next.jpg [ 267.33 KiB | Viewed 7002 times ]

 Forum: AndeSight MCU/RDS   Topic: Doing pre-build then main-build of method

Posted: Tue Jul 29, 2014 2:57 pm 

Replies: 0
Views: 7493


We using demo-int project for a example. (1) Import demo-int project. (2) 在Pre-build裡加要做的工作,如python D:\\loop.py 。如下圖 圖(1).png (3) Build Project 以產生auto-build的makefile (4) 修改D:\Andestech\AndeSight201MCU\mcu_64\workspace\demo-int\Debug\makefile (即自動產生的makefile)在pre-build後面,多加一行$(MAKE) -j2 main-build。...

 Forum: AndeSight MCU/RDS   Topic: Project use multi-thread Build of method in Andesight

Posted: Fri Jul 25, 2014 2:24 pm 

Replies: 1
Views: 12784


Select Use parallel build.

 Forum: AndeSight MCU/RDS   Topic: Project use multi-thread Build of method in Andesight

Posted: Mon Jul 21, 2014 4:55 pm 

Replies: 1
Views: 12784


Using "-j" this variable in Andesight.
Attachment:
mutile thread build.png
mutile thread build.png [ 35.53 KiB | Viewed 12784 times ]


You want to do multi-thread build and you also want to do something in pre-build. You can change "-j" this varable as bellow location.
Attachment:
multi thread build.jpg
multi thread build.jpg [ 118.94 KiB | Viewed 12772 times ]
Sort by:  
Page 4 of 5 [ Search found 43 matches ]


All times are UTC + 8 hours [ DST ]


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