|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Prc-tools don't find header files
i want do compile app for my palm.
but whatever i compile i get header errors: Code:
[root@xhost 1]# [root@xhost src]# m68k-palmos-coff-gcc -O2 -g -c -o filexfer.o filexfer.c filexfer.c:33:27: Pilot.h: No such file or directory filexfer.c:34:23: SerialMgr.h: No such file or directory filexfer.c:35:22: CallBack.h: No such file or directory filexfer.c:36:23: SystemPrv.h: No such file or directory filexfer.c:37:23: SysEvtMgr.h: No such file or directory make: *** [filexfer.o] Error 1 i don't know where it searches headers? if headers are on same dir as the source it doesn't work if i edit the code (filexfer.c) pointing direct address of header then it works, but a then have to edit about 20-30 header files about their addresses. using prc-tools-0.5.0-5.i386.rpm Redhat linux9 all realted stuff is on soruces and binaries |
|
#2
|
|||
|
|||
|
Installed the newest version and got it working...prc-tools that is.
next problem : Could someone write me addon to the source as i don't know much C Program is to send and recieve data through serial port. BUT it need to be modified so that after clicking recieve button it sends these extra commands: 1: "?" 2: wait 1 second 3: "d" and then it would start recieving data. filexfer source link is on my previous post whole point is that i use box that works like this: sending "?" brings up menu. 1 second is for the box to react and "d" command stands for [d]ata and then box would start sending me data. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > C Programming > Prc-tools don't find header files |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|