Andes Workshop

It is currently Sat Apr 20, 2024 10:43 am

All times are UTC + 8 hours [ DST ]


Search found 42 matches
Search these results:

Author Message

 Forum: AndeSight MCU/RDS   Topic: ”No Symbol table is loaded.Use the “file” command” at Debug

Posted: Fri Jun 13, 2014 5:04 pm 

Replies: 0
Views: 7059


No Symbol table is loaded.Use the “file” command in GDB view
Attachment:
1.jpg
1.jpg [ 55.78 KiB | Viewed 7059 times ]


Please check the Debug configuration.
Attachment:
2.jpg
2.jpg [ 110.39 KiB | Viewed 7059 times ]

Please indicate the corrcet *.adx file.
Attachment:
3.jpg
3.jpg [ 109.44 KiB | Viewed 7059 times ]

 Forum: AndeSight MCU/RDS   Topic: Export debug launch configuration

Posted: Tue Jun 10, 2014 7:22 pm 

Replies: 1
Views: 8686


Another way export the debug launch configuration
1、Debug As -> Debug Configurations -> Common page
Attachment:
launch.jpg
launch.jpg [ 143.59 KiB | Viewed 8565 times ]


2、selection the "Shared file" to set .

 Forum: BSP (Board Support Package)   Topic: Keep unused function when optimize with -ffunction-sections

Posted: Mon May 12, 2014 4:33 pm 

Replies: 0
Views: 9157


The functionA is unused in the programming code. The compiler setting the optimize with Remove unused function sections. The functionA will be remove after the linker . If the output file included unused the functionA , it can set the KEEP attribute at .text.functionA . In SAG , exe_region { * KEEP ...

 Forum: AndeSight MCU/RDS   Topic: Always rebuild all code when compiler the project

Posted: Tue May 06, 2014 3:40 pm 

Replies: 0
Views: 7313


Attachment:
refleshpolicy.jpg
refleshpolicy.jpg [ 112.46 KiB | Viewed 7313 times ]


Solution:
The Resource name is the same project name at "Refresh Policy".

 Forum: AndeSight STD   Topic: user section出現overlap error

Posted: Tue May 06, 2014 11:20 am 

Replies: 1
Views: 9746


Hi Sirs,

請問code中用到的變數很多嗎?若很多的情況下,是否能先將變數減少。

若方便可能將專案寄給我們以便debug.

 Forum: AndeSight STD   Topic: 能夠將interrupt vector table放到ILM嗎?

Posted: Tue Apr 29, 2014 10:58 am 

Replies: 1
Views: 9549


關於crt0.o會同時放到text section,造成multiple definition of '_start': 會造成這一個問題有可能是專案沒有設定到,請先參考圖紅框的部份, 勾選"Do not use standard start file" 未命名.jpg .vector和.text? 這兩個不同的Section. .text為程式段 .vector為user define section , 這一個可以參考Demo code (demo-crt)裡vector.S .section .vector, "ax" 在vector.S是與其它d...

 Forum: BSP (Board Support Package)   Topic: demo-int ILM DLM 512K at ADP XC7(N968)

Posted: Sat Apr 26, 2014 9:20 am 

Replies: 0
Views: 8062


The attachment file is the Demo-int ILM an DLM config size 512K for N968 at ADP XC7. 1、This demo code is not initialize the ILM and DLM , so it need setting at Debug with gdb command. 2、If the Uart can't output normal at Debug with "Reset and Hold", please check uart is initial at Demo-int...

 Forum: AndeSight STD   Topic: Global object constructor is not called

Posted: Mon Apr 21, 2014 12:05 pm 

Replies: 1
Views: 8995


Hi banyh, http://stackoverflow.com/questions/22130402/can-gcc-optimize-methods-of-a-class-with-compile-time-constant-variables this question is the same at URL, GCC 4.7 will support the "constexpr " , but andes toolchain is based on GCC 4.4.4. The Andes toolchain will be update GCC version...

 Forum: AndeSight STD   Topic: 如何指定compile/link的目錄?

Posted: Fri Apr 11, 2014 3:40 pm 

Replies: 1
Views: 8735


AndesSight can setting the file skip to compiler.

Attachment:
1.jpg
1.jpg [ 106.39 KiB | Viewed 8732 times ]

Attachment:
2.jpg
2.jpg [ 127.36 KiB | Viewed 8732 times ]

 Forum: BSP (Board Support Package)   Topic: NDS32ATTR_ISR、EXCEPT function parameter ID explain

Posted: Fri Apr 11, 2014 11:01 am 

Replies: 0
Views: 6751


void NDS32ATTR_EXCEPT("id=1;save_all_regs;nested") TBL_Fill_hdlr(int vid, NDS32_CONTEXT *ptr); void NDS32ATTR_ISR("id=1;nested;save_caller_regs") HW1_hdlr(int vid); NDS32ATTR_EXCEPT ID = 1 is mapping interrupt vector table TBL_Fill NDS32ATTR_ISR ID = 1 is mapping interrupt vector...
Sort by:  
Page 4 of 5 [ Search found 42 matches ]


All times are UTC + 8 hours [ DST ]


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