Author |
Message |
Forum: AndeSight MCU/RDS Topic: ”No Symbol table is loaded.Use the “file” command” at Debug |
jerry |
Posted: Fri Jun 13, 2014 5:04 pm
|
|
Replies: 0 Views: 7815
|
No Symbol table is loaded.Use the “file” command in GDB view
Attachment:
1.jpg [ 55.78 KiB | Viewed 7815 times ]
Please check the Debug configuration.
Attachment:
2.jpg [ 110.39 KiB | Viewed 7815 times ]
Please indicate the corrcet *.adx file.
Attachment:
3.jpg [ 109.44 KiB | Viewed 7815 times ]
|
|
|
Forum: AndeSight MCU/RDS Topic: Export debug launch configuration |
jerry |
Posted: Tue Jun 10, 2014 7:22 pm
|
|
Replies: 1 Views: 9573
|
Another way export the debug launch configuration 1、Debug As -> Debug Configurations -> Common page
Attachment:
launch.jpg [ 143.59 KiB | Viewed 9452 times ]
2、selection the "Shared file" to set . |
|
|
Forum: BSP (Board Support Package) Topic: Keep unused function when optimize with -ffunction-sections |
jerry |
Posted: Mon May 12, 2014 4:33 pm
|
|
Replies: 0 Views: 10059
|
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 |
jerry |
Posted: Tue May 06, 2014 3:40 pm
|
|
Replies: 0 Views: 8275
|
Attachment:
refleshpolicy.jpg [ 112.46 KiB | Viewed 8275 times ]
Solution: The Resource name is the same project name at "Refresh Policy". |
|
|
Forum: AndeSight STD Topic: user section出現overlap error |
jerry |
Posted: Tue May 06, 2014 11:20 am
|
|
Replies: 1 Views: 10745
|
Hi Sirs,
請問code中用到的變數很多嗎?若很多的情況下,是否能先將變數減少。
若方便可能將專案寄給我們以便debug. |
|
|
Forum: AndeSight STD Topic: 能夠將interrupt vector table放到ILM嗎? |
jerry |
Posted: Tue Apr 29, 2014 10:58 am
|
|
Replies: 1 Views: 10464
|
關於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) |
jerry |
Posted: Sat Apr 26, 2014 9:20 am
|
|
Replies: 0 Views: 8879
|
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 |
jerry |
Posted: Mon Apr 21, 2014 12:05 pm
|
|
Replies: 1 Views: 9961
|
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的目錄? |
jerry |
Posted: Fri Apr 11, 2014 3:40 pm
|
|
Replies: 1 Views: 9657
|
AndesSight can setting the file skip to compiler.
Attachment:
1.jpg [ 106.39 KiB | Viewed 9654 times ]
Attachment:
2.jpg [ 127.36 KiB | Viewed 9654 times ]
|
|
|
Forum: BSP (Board Support Package) Topic: NDS32ATTR_ISR、EXCEPT function parameter ID explain |
jerry |
Posted: Fri Apr 11, 2014 11:01 am
|
|
Replies: 0 Views: 7552
|
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: |