We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
hi. i am currently trying to get up and running and am encountering some problems. could somebody kindly advise me what is the appropriate custom arguments command for custom translating an *.M51 file. Thanks in Advance. Peter
In Keil default, M51 is the Linker Listing output file - commonly known as the Map File. How do you want to translate it?
Hi. Thanks for your reply. I have loaded the simple embedded OS files from the embedded C Pont book. I am now working through trying to compile the files but it complains at the OS.M51 file... telling me that i can't execute; target not created. I am not quite sure what to put under custom arguments. As for how i want to translate it, would you mind clarifying? I am evaluating the product and am just getting going. I have included the file below. Thanks in Advance Peter BL51 BANKED LINKER/LOCATER V4.21 06/20/2003 11:01:23 PAGE 1 BL51 BANKED LINKER/LOCATER V4.21, INVOKED BY: D:\PROGRAM FILES\KEIL\C51\BIN\BL51.EXE .\Main.obj, ..\My eBooks\MAIN.OBJ, .\Simple_EOS.obj, ..\My eBooks\Simple_EOS.OBJ, >> .\X.obj, ..\My eBooks\X.OBJ, Simple_EOS.obj TO eBOSproject RTX51TINY RAMSIZE (256)
The file eBOSproject is the program. The eBOSproject.M51 file is the MAP file. You can't execute the MAP file. Jon
You seem to have folder names with spaces there. That can cause all sorts of problems...
Ok. Thanks. It was a naming problem. It is sorted now. Thanks for your replies.