EmbDev.net

Forum: ARM programming with GCC/GNU tools new user - starting problems


von Adrian C. (adrianunderwater)


Rate this post
useful
not useful
Hi,

I have just installed winarm on an xp pc. I tried compiling one of tyhe
existing projects, and I get what seems to be an assembly error problem
in the file ctr0.s I get this in every one of the projects included in
the download I try compiling.


> "make.exe" all

-------- begin --------
arm-elf-gcc (GCC) 4.1.1 (WinARM)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is
NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.


Syntax error: Unterminated quoted string
make.exe: *** [build/crt0.o] Error 2

> Process Exit Code: 2
> Time Taken: 00:01


My questions are:
1. What is this error?
2. How is it possible to extract the line number or the whereabouts of
this error.

Then after this I will be wanting to use JTAG to debug, haven't gotten
there yet, but any indications on how tos would be great..

Thanks
Adrian

von Jim K. (ancaritha)


Rate this post
useful
not useful
Adrian Corfield wrote:
> Hi,
>
> I have just installed winarm on an xp pc. I tried compiling one of tyhe
> existing projects, and I get what seems to be an assembly error problem
> in the file ctr0.s I get this in every one of the projects included in
> the download I try compiling.


Which example project were you building?

von Adrian C. (adrianunderwater)


Rate this post
useful
not useful
Jim Kaz wrote:
> Adrian Corfield wrote:
>> Hi,
>>
>> I have just installed winarm on an xp pc. I tried compiling one of tyhe
>> existing projects, and I get what seems to be an assembly error problem
>> in the file ctr0.s I get this in every one of the projects included in
>> the download I try compiling.
>
>
> Which example project were you building?


For this project I get this message: lpc2129_can

> "gnumake.exe" all

-------- begin --------
arm-elf-gcc (GCC) 4.1.1 (WinARM)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is
NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.


Syntax error: Unterminated quoted string
gnumake.exe: *** [crt0.o] Error 2

> Process Exit Code: 2
> Time Taken: 00:02

For this project I get this message: lpc_uart

> "gnumake.exe" all

-------- begin --------
arm-elf-gcc (GCC) 4.1.1 (WinARM)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is
NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.


Syntax error: Unterminated quoted string
gnumake.exe: *** [crt0.o] Error 2

> Process Exit Code: 2
> Time Taken: 00:00


etc etc etc.. for most of the projects....

Please log in before posting. Registration is free and takes only a minute.
Existing account
Do you have a Google/GoogleMail account? No registration required!
Log in with Google account
No account? Register here.