LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to build / add gdbserver for xscale-elf target image ? (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-build-add-gdbserver-for-xscale-elf-target-image-820962/)

taz123 07-20-2010 05:45 AM

How to build / add gdbserver for xscale-elf target image ?
 
Hi ,

I'm trying to build an target image with a gdbserver support
("--host=i686-pc-cygwin--target=xscale-elf").
1. I have download gdb-7.1.
2. I have installed cygwin on my pc.

3.I build the gdbserver as follows :
(cygwin shell)
$cd ~/work/cross/gdb/downloads/gdb-7.1/gdb/gdbserver
$./configure
$make

I getting this error :
CONFIG_FILES="" CONFIG_HEADERS=config.h:config.in /bin/sh ./config.status
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default commands
cl.exe -c -Wall -g -I. -I. -I./../common -I./../regformats -I./../../include
inferiors.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 12.00.8804 for 80x86
Copyright (C) Microsoft Corp 1984-1998. All rights reserved.

Command line error D2021 : invalid numeric argument '/Wall'
make: *** [inferiors.o] Error 2

What wrong here ?

Tnx


All times are GMT -5. The time now is 08:16 AM.