<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.arm.com/utility/feedstylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Failure to load symbols &amp;amp; HLL capability into Metalink XF</title><link>https://community.arm.com/developer/tools-software/tools/f/keil-forum/20311/failure-to-load-symbols-hll-capability-into-metalink-xf</link><description> This is a repeat of previous post corrected for 8051 toolset. 
 
I can no longer use uv3 to generate an &amp;quot;HLL&amp;quot; (High Level Language) type file to run in a Metalink XF 8051 emulator. I must use &amp;quot;mixed&amp;quot; or &amp;quot;code&amp;quot; listings in the XF. The XF says &amp;quot;No source</description><dc:language>en-US</dc:language><generator>Telligent Community 10</generator><item><title>RE: Failure to load symbols &amp; HLL capability into Metalink XF</title><link>https://community.arm.com/thread/150565?ContentTypeID=1</link><pubDate>Mon, 17 Jul 2006 03:05:41 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:db8235d0-7f6b-4838-b977-221fb742ed53</guid><dc:creator>Andy Neil</dc:creator><description>&lt;p&gt;&lt;i&gt;&amp;quot;There are no spaces in any of my file names.&amp;quot;&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
It&amp;#39;s not just file names - ensure that there are no spaces anywhere in the path (ie, including folder names; eg, &amp;quot;My Documents&amp;quot;, or &amp;quot;Program Files&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;&amp;quot;the absolute product of the BL-51 linker which should contain the source code&amp;quot;&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
No, it doesn&amp;#39;t actually contain the source code; what it contains is &lt;i&gt;references&lt;/i&gt; to the source code.&lt;br /&gt;
I&amp;#39;m not sure if these would be absolute (fully-qualified paths) or relative...&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;&amp;quot;Can anyone refer me to a reliable basic relocatable assembler that can handle classic 8051 as well as Atmel 89C51ED2?&amp;quot;&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
The instruction set is the same; therefore &lt;i&gt;&lt;b&gt;any&lt;/b&gt;&lt;/i&gt; assembler should do - that&amp;#39;s the beauty of the 8051 &amp;quot;family&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
But what makes you so sure that it&amp;#39;s the assembler that&amp;#39;s at fault?&lt;br /&gt;
How are you sure that it&amp;#39;s not the Linker, the debugger, or something else?&lt;br /&gt;
&lt;br /&gt;
As Reinhard says, have you tried this with the uVision simulator and/or debugger?&lt;br /&gt;
If it works with uVision, this must indicate that the build tools (Assembler, Linker, etc) are working correctly; so you need to look at the 3rd-party stuff...&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;&amp;quot;The source code was available for several months on a reliable basis&amp;quot;&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
Do you have backups of this. so you can go back and see what&amp;#39;s changed?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Failure to load symbols &amp; HLL capability into Metalink XF</title><link>https://community.arm.com/thread/150564?ContentTypeID=1</link><pubDate>Mon, 17 Jul 2006 00:48:50 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:a69189c0-4e38-42aa-bbb4-b7e17c062188</guid><dc:creator>Keil Software Support Intl.</dc:creator><description>&lt;p&gt;Are you sure that this is a problem of the Keil Assembler?  Did you load it into the uVision simulator.  Does this work OK?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Failure to load symbols &amp; HLL capability into Metalink XF</title><link>https://community.arm.com/thread/150179?ContentTypeID=1</link><pubDate>Sun, 16 Jul 2006 22:24:27 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:092cdefd-f063-41d6-a66d-c6d5f125a172</guid><dc:creator>Richard Iverson</dc:creator><description>&lt;p&gt;There are no spaces in any of my file names.  The emulator uses the absolute product of the BL-51 linker which should contain the source code when the &amp;quot;debug&amp;quot; selection is chosen in the assembler menu.  This selection is in effect, at least the box is checked.  The source code was available for several months on a reliable basis. Now the configuration window in the emulator reads &amp;quot;No source available&amp;quot; for each of the linked modules comprising the absoulute executable module.  The &amp;quot;mixed mode&amp;quot; selection does work &amp;amp; displays symbols along with disassembled code.  However some operands containing symbolic expressions are not displayed as original source code but as numerical result of the expressions. I need the full symbolic display NOW!&lt;br /&gt;
Can anyone refer me to a reliable basic relocatable assembler that can handle classic 8051 as well as Atmel 89C51ED2?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Failure to load symbols &amp; HLL capability into Metalink XF</title><link>https://community.arm.com/thread/149714?ContentTypeID=1</link><pubDate>Thu, 06 Jul 2006 08:10:24 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:d259cc34-1f0b-404f-ac10-cb24a11fb893</guid><dc:creator>Patrick Noonan</dc:creator><description>&lt;p&gt;Good idea about spaces causing the problem.&lt;br /&gt;
&lt;br /&gt;
The tool is obviously looking for the source files somewhere. If you knew where, you could possibility identify why it was not finding them in the correct location.&lt;br /&gt;
&lt;br /&gt;
For example, &amp;#39;executable&amp;#39; or &amp;#39;absolute&amp;#39; files which contain relative paths to source files sometimes cause troubles for debugger tools. Spaces in the filenames can also confuse them as Andy said.&lt;br /&gt;
&lt;br /&gt;
To figure out where the tool is looking for the files, take a look at the Filemon utility over on the SysInternals site.&lt;br /&gt;
&lt;br /&gt;
Maybe you can draw some conclusions from the information that this tool will give you.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.sysinternals.com/Utilities/Filemon.html" target="_blank"&gt;http://www.sysinternals.com/Utilities/Filemon.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Good luck.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Failure to load symbols &amp; HLL capability into Metalink XF</title><link>https://community.arm.com/thread/149200?ContentTypeID=1</link><pubDate>Thu, 06 Jul 2006 07:41:41 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:0f8dad70-3cf2-4005-ab34-c01827e6ecb5</guid><dc:creator>Andy Neil</dc:creator><description>&lt;p&gt;Avoid spaces in path and file names!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Failure to load symbols &amp; HLL capability into Metalink XF</title><link>https://community.arm.com/thread/134779?ContentTypeID=1</link><pubDate>Thu, 06 Jul 2006 07:17:34 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:e81000a1-c46f-4c2e-88e2-0e3bd4113b57</guid><dc:creator>erik  malund</dc:creator><description>&lt;p&gt;It seems you are talking about a new installation and one guess would be that the sources are not avilable because after your installation some specification go replaced by a default or some other changes.  Thia could result in the Metalink looking for lov.. sources in all the wrong places.&lt;br /&gt;
&lt;br /&gt;
Erik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Failure to load symbols &amp; HLL capability into Metalink XF</title><link>https://community.arm.com/thread/123305?ContentTypeID=1</link><pubDate>Thu, 06 Jul 2006 01:31:14 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:68a95dbf-7acb-4e2d-89d9-247927207040</guid><dc:creator>Keil Software Support Intl.</dc:creator><description>&lt;p&gt;We are not aware of any generic problems with Windows XP.  Please contact support to make sure that the installation is correct.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Failure to load symbols &amp; HLL capability into Metalink XF</title><link>https://community.arm.com/thread/112203?ContentTypeID=1</link><pubDate>Wed, 05 Jul 2006 20:39:45 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:8c8d215e-5038-4164-aec3-2ba63c9f7665</guid><dc:creator>Richard Iverson</dc:creator><description>&lt;p&gt;Of course it&amp;#39;s not but the Metalink emulator can load &amp;amp; display the relocateable assembler source code as written in the Keil A-51.  This &amp;quot;HLL&amp;quot; format is easiest to use for initial emulation.  Now,when queried, the Metalink says &amp;quot;No source code available&amp;quot; even though it can be viewed in &amp;quot;mixed mode&amp;quot; which is a  combination of source code &amp;amp; assembled code.  It should also be available alone in HLL without the assembled code &amp;amp; it has been for the last 4 months of frequent emulator use.  It stopped appearing after I tried to &amp;quot;save as&amp;quot; a source file from uV3.&lt;br /&gt;
&lt;br /&gt;
My copy of uV3 exhibits many anomalies in writing &amp;amp; accessing Windows XP files.  Anyone else experiencing this?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Failure to load symbols &amp; HLL capability into Metalink XF</title><link>https://community.arm.com/thread/98241?ContentTypeID=1</link><pubDate>Wed, 05 Jul 2006 03:12:11 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:a6347628-22ca-4089-a34c-3b93a6505994</guid><dc:creator>Andy Neil</dc:creator><description>&lt;p&gt;&lt;i&gt;&amp;quot;I can no longer use uv3 to generate an &amp;#39;HLL&amp;#39; (High Level Language) type file to run in a Metalink XF 8051 emulator.&amp;quot;&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;&amp;quot;It&amp;#39;s not the compiler that I am using but the A51 assembler&amp;quot;&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
But assembler is not a high-level language!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Failure to load symbols &amp; HLL capability into Metalink XF</title><link>https://community.arm.com/thread/112194?ContentTypeID=1</link><pubDate>Wed, 05 Jul 2006 03:09:59 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:592537d3-fd06-48d4-8853-952e0f379e4e</guid><dc:creator>Andy Neil</dc:creator><description>&lt;p&gt;&lt;i&gt;&amp;quot;Is the &amp;#39;Adobe Download Manager&amp;#39; the correct type of file&amp;quot;&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
This is just a name that your Windows Explorer has associated with the File type; you need to check the actual extension in the filename; eg, &lt;b&gt;.abs&lt;/b&gt;, &lt;b&gt;.obj&lt;/b&gt;, etc...&lt;br /&gt;
&lt;br /&gt;
In Windows Explorer, You should go to &amp;#39;Folder Options&amp;#39;, then the &amp;#39;View&amp;#39; tab, then ensure that &amp;#39;Hide extensions for known file types&amp;#39; is &lt;b&gt;not&lt;/b&gt; checked.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Failure to load symbols &amp; HLL capability into Metalink XF</title><link>https://community.arm.com/thread/112197?ContentTypeID=1</link><pubDate>Wed, 05 Jul 2006 01:25:41 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:e2fb0a3a-3d6b-46ac-8300-60e99f64c30d</guid><dc:creator>Keil Software Support Intl.</dc:creator><description>&lt;p&gt;Again, we did no change any output format with the Assembler.  So you should still contact MetaLINK and ask if you are using current software for the emulator.&lt;br /&gt;
&lt;br /&gt;
The Linker output file has by default no extension (some people give *.ABS. It does not relate to Adobe products at all.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Failure to load symbols &amp; HLL capability into Metalink XF</title><link>https://community.arm.com/thread/98255?ContentTypeID=1</link><pubDate>Tue, 04 Jul 2006 10:10:27 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:af66204e-593c-41cd-9ee2-079d93e31d2b</guid><dc:creator>Richard Iverson</dc:creator><description>&lt;p&gt;Continuing... Is the &amp;quot;Adobe Download Manager&amp;quot; the correct type of file as the executable?  The linker does not always generate this file.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Failure to load symbols &amp; HLL capability into Metalink XF</title><link>https://community.arm.com/thread/74167?ContentTypeID=1</link><pubDate>Tue, 04 Jul 2006 10:02:12 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:a5463506-cce6-454e-a6ef-e729fd6a7b0c</guid><dc:creator>Richard Iverson</dc:creator><description>&lt;p&gt;It&amp;#39;s not the compiler that I am using but the A51 assembler &amp;amp; BL51 linker.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Failure to load symbols &amp; HLL capability into Metalink XF</title><link>https://community.arm.com/thread/46326?ContentTypeID=1</link><pubDate>Tue, 04 Jul 2006 02:24:38 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:75a81872-1085-467c-8fd3-d7962ff1ba01</guid><dc:creator>Keil Software Support Intl.</dc:creator><description>&lt;p&gt;We did not change anything on the output format of the C51 Version 8 compiler.  Therefore I recommend that you contact MetaLINK and send them an linker output file that you cannot correctly load.&lt;br /&gt;
&lt;br /&gt;
You can modify/correct the book paths using the dialog &lt;b&gt;Project - Components, Enviornment, and Books, Books&lt;/b&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.keil.com/support/man/docs/uv3/uv3_dg_prjbooks.htm"&gt;http://www.keil.com/support/man/docs/uv3/uv3_dg_prjbooks.htm&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>