Andes Workshop

It is currently Fri Mar 29, 2024 8:05 am

All times are UTC + 8 hours [ DST ]




Post new topic Reply to topic  [ 1 post ] 
Author Message
 Post subject: Build gdbserver with BSP320
PostPosted: Wed Jan 15, 2014 5:18 pm 
Offline

Joined: Wed Apr 13, 2011 7:44 pm
Posts: 23
To build gdbserver, with following shell script.
Attachment:
build_gdbserver.sh.txt [8.33 KiB]
Downloaded 688 times
Change file name to "build_gdbserver.sh".

Usage of shell script:
Attachment:
readme_gdbserver.txt [1.1 KiB]
Downloaded 793 times


To build gdbserver:
1. With gdbserver.tgz:
Code:
#!/bin/sh
sh -x ./build_gdbserver.sh \
--src-file=`pwd`/gdbserver.tgz \
--use-toolchain-dir=/home/coder/BSPv320/toolchains/nds32le-linux-glibc-v3

2. With "gdb-7.3" folder (un-tar gdbserver.tgz):
Code:
#!/bin/sh
sh -x ./build_gdbserver.sh \
--src-dir=`pwd`/gdb-7.3 \
--use-toolchain-dir=/home/coder/BSPv320/toolchains/nds32le-linux-glibc-v3

The output binary gdbserver are in "install\" folder by default.

===== Fixing =====
Will be fixed in BSPv321.


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 12 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:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group