Hi Paolo,

On 05/15/2014 11:03 PM, Paolo Garro wrote:
> Hi Erich,
> I disable the dropbox link thinking nobody was interested...
> Here is a new one:
> https://www.dropbox.com/sh/pa3k267ldncxun5/AABZV_7GtfS3GMqsUBKmk5G0a
> 
> Thank you for the trace of operations but my procedure already fails at 
> compile time.

Looking at atmega15.lst at the very end:
...
../amforth-5.2/core\dict_core.inc(88): Including file 
'../amforth-5.2/core\words/s_to_d.asm'
../amforth-5.2/core\dict_core.inc(89): Including file 
'../amforth-5.2/core\words/not.asm'
dict_appl_core.inc(2): error: Cannot find include file: words/estore.asm
dict_appl_core.inc(3): error: Cannot find include file: words/efetch.asm
dict_appl_core.inc(4): error: Cannot find include file: words/istore.asm
dict_appl_core.inc(5): error: Cannot find include file: words/istore_nrww.asm
../amforth-5.2/core\amforth.asm(28): Including file 
'../amforth-5.2/core\amforth-eeprom.inc'

These are well formatted error messages. You did look into the directory,
where all these files come from, right? And you did carefully compare the
dict_* files from your project with the ones that come with amForth-5.2,
right? And you did read up on the release messages from your projects
version up to 5.3 on the web page (http://amforth.sourceforge.net/)? Hint:
sometimes things are renamed.

Well, don't get me wrong. I could just tell you what I think is
wrong with you project. But then you do not learn how to get out of such a
situation. 

So one way is to read $file.lst and try to understand the error
messages (file not found in your case).

The other way is to start with a vanilla amforth-5.3 and then
redo all the changes you did to your old project. That is what
I keep doing with a project that adds/changes things on assembly
level.


Its not a hard error, so give it a try, please.
And go out for a beer once you fixed it!

Cheers and happy hacking,
Erich




------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Amforth-devel mailing list for http://amforth.sf.net/
Amforth-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amforth-devel

Reply via email to