Sign in

username:

password:



Not a member?

Search LPC900_users



Search tips

Subscribe to LPC900_users



Ads

Discussion Groups

Discussion Groups | LPC900 | KEIL uVision3 made omf-file was not read PDS51

Find help, specifications and source code for the LPC900. The LPC900 challenges Microchip and AVR based on the worlds most popular 8-bit architecture the 80C51. With a 2-clock core the LPC900 series is a high performance, very flexible and low cost 8-bit microcontroller family. Designers using or interested in these devices are encouraged to share their know-how and ask questions.

KEIL uVision3 made omf-file was not read PDS51 - yen0yuki - Aug 3 2:38:00 2005

I write it for the first time.
I'm Beginner.

I made C-source that was compiled by KEIL uVision3.
Output-file is OMF(*.omf).

PDS51 made New project and selected "standard OMF",
[Object files] is I selected file made a little while ago.

but I don't see C-source and ASM-code.
Additionaly I enterd "Load Source File" then source list is empty.

Will anyone learn the solution?





(You need to be a member of LPC900_users -- send a blank email to LPC900_users-subscribe@yahoogroups.com )


Re: KEIL uVision3 made omf-file was not read PDS51 - phb_miller - Aug 3 19:36:00 2005

--- In lpc900_users@lpc9..., "yen0yuki" <tadayuki@r...> wrote:
> I write it for the first time.
> I'm Beginner.
Good on you - we all start somewhere.

> I made C-source that was compiled by KEIL uVision3.
> Output-file is OMF(*.omf).
>
> PDS51 made New project and selected "standard OMF",
> [Object files] is I selected file made a little while ago.

My PDS51 does not have an entry of 'standard OMF'. I am aware that
there are a number of emulators in the PDS51 family - are you sure
you are describing the right product?

> but I don't see C-source and ASM-code.
> Additionaly I enterd "Load Source File" then source list is empty.

Make sure all your debug files are in the same place, or set the
search path appropriately.

The 'Standard OMF' format only supports 8 character file names and
longer names are truncated but not in the DOS style so check your
object module names. Also always ensure that your module and file
names are the same as this also causes problems when being
communicated through standard OMF.

Try emailing their support people at support@supp... - they seem
to be very responsive and have a good depth of knowledge.

Regards,
Phoebe




(You need to be a member of LPC900_users -- send a blank email to LPC900_users-subscribe@yahoogroups.com )

Re: Re: KEIL uVision3 made omf-file was not read PDS51 - yen0yuki - Aug 3 21:38:00 2005


> My PDS51 does not have an entry of 'standard OMF'. I am aware that
> there are a number of emulators in the PDS51 family - are you sure
> you are describing the right product?

I have use PDS51E(ver,4.46)
this version has an entry of 'standard omf', because Help menu has
KEIL object handling.

> Make sure all your debug files are in the same place, or set the
> search path appropriately.

My debug files are in the same place. > The 'Standard OMF' format only supports 8 character file names and
> longer names are truncated but not in the DOS style so check your
> object module names.

I made file names is 8 char (ex. test01.omf) > Try emailing their support people at support@a... - they seem
> to be very responsive and have a good depth of knowledge.

I'll try to send e-mail at support@...
Thanks you for your advice.




(You need to be a member of LPC900_users -- send a blank email to LPC900_users-subscribe@yahoogroups.com )