help on keil programing

Guest
hi
i write a simple program using keil fotware that multiply to floatong
numbers but i recive
Path or file not found
The linker can't find \C51\LIB\C51FPS.LIB.

whats the problem?
any help would be most appriciated.
 
On 16 Mar 2004 03:38:12 -0800, payamebp@yahoo.com wrote:

hi
i write a simple program using keil fotware that multiply to floatong
numbers but i recive
Path or file not found
The linker can't find \C51\LIB\C51FPS.LIB.

whats the problem?
any help would be most appriciated.
I would be very surprised if that path was really upper case.

d

_____________________________

http://www.pearce.uk.com
 
payamebp@yahoo.com wrote:

hi
i write a simple program using keil fotware that multiply to floatong
numbers but i recive
Path or file not found
The linker can't find \C51\LIB\C51FPS.LIB.
Is the library there, in that location? Perhaps your LIB path is wrong.

Paul Burke
 
payamebp@yahoo.com wrote:

hi
i write a simple program using keil fotware that multiply to floatong
numbers but i recive
Path or file not found
The linker can't find \C51\LIB\C51FPS.LIB.

whats the problem?
any help would be most appriciated.
I assume that you are using the C51/UV2 IDE. Certainly, that is the
correct path (on drive C) for the full version of C51.

Check that the paths are set up in the IDE in:
Project/File Extensions, Books and Environment/Environment Setup

AFAIR, some of the demo and cut-down versions of C51 do not have the
floating point library.

HTH

Richard

--------------Richard Dungan--------------
Radix Electronic Design Ltd, Orpington, UK
ngsATradixDASHdesignDOTcoDOTuk
------------------------------------------
 
In article <hupd509tclarfhij9ktf9otslpgk3k8g1b@4ax.com>,
Don Pearce <complete@nonsense.com> wrote:
The linker can't find \C51\LIB\C51FPS.LIB.
I would be very surprised if that path was really upper case.
Back slashes indicate a Microsoft OS so the case doesn't matter. It is
more likely that the file is truely missing. Try the "find" file function
to see if you can find "C51FPS.LIB"

--
--
kensmith@rahul.net forging knowledge
 
payamebp@yahoo.com wrote:
hi
i write a simple program using keil fotware that multiply to floatong
numbers but i recive
Path or file not found
The linker can't find \C51\LIB\C51FPS.LIB.

whats the problem?
any help would be most appriciated.
Obviously a spelling error or a typing mistake.

Jeroen

(Sorry, I couldn't resist.)
 

Welcome to EDABoard.com

Sponsor

Back
Top