Discussion:
prc-tools compile error
(too old to reply)
Roger Moore
2005-02-21 20:19:14 UTC
Permalink
When I am compiling palmdev-prep.c using gcc, I receive the errors,


Roger-Moores-Computer:~/Documents/Temp/prc-tools-2.3/tools rmoore$ gcc
palmdev-prep.c
palmdev-prep.c: In function `next_target':
palmdev-prep.c:524: error: `STANDARD_EXEC_PREFIX' undeclared (first
use in this function)
palmdev-prep.c:524: error: (Each undeclared identifier is reported
only once
palmdev-prep.c:524: error: for each function it appears in.)
palmdev-prep.c: In function `specfilename':
palmdev-prep.c:540: error: `STANDARD_EXEC_PREFIX' undeclared (first
use in this function)
palmdev-prep.c: In function `usage':
palmdev-prep.c:549: error: `PALMDEV_PREFIX' undeclared (first use in
this function)
palmdev-prep.c: In function `main':
palmdev-prep.c:578: error: `DATA_PREFIX' undeclared (first use in this
function)
palmdev-prep.c:578: error: parse error before string constant
palmdev-prep.c:641: error: `PALMDEV_PREFIX' undeclared (first use in
this function)

Does anyone have any suggestions? Am I missing an include fiile?
Thanks in advance.
Timothy R Oltrogge
2005-02-22 02:13:43 UTC
Permalink
Post by Roger Moore
When I am compiling palmdev-prep.c using gcc, I receive the errors,
<snip>
Post by Roger Moore
Does anyone have any suggestions? Am I missing an include fiile?
Thanks in advance.
I used palmdev-prep.exe without having to compile it. I dont' even have the
palmdev-prep.c source file.

Sorry I can't help.
Roger Moore
2005-02-27 01:58:16 UTC
Permalink
Actually, I'm using the OpenBSD operating system, but found that I was
using GNU make version 3.79, when in fact I need to use make 3.80.
Thanks anyways.
Post by Timothy R Oltrogge
Post by Roger Moore
When I am compiling palmdev-prep.c using gcc, I receive the errors,
<snip>
Post by Roger Moore
Does anyone have any suggestions? Am I missing an include fiile?
Thanks in advance.
I used palmdev-prep.exe without having to compile it. I dont' even have the
palmdev-prep.c source file.
Sorry I can't help.
Loading...