Burkhard - 2006-08-07

Hi, David,

here are some words about avrsim
I tried some other directories in my development hirarchy with same results.

There is no README or so so I had to try a little on the command line, different paths and filenames.

I think avrsim is looking for *.lst to interpret it.

Test is my test project with some lines of AVR assembler.

This happens on my terminal:
burkhard@dk5jg-4:~/microcontroller/atmel/projekte> avrsim Test
***One of my tries
callbacks, on_MainWindow_show, Trying Side Home Search

Opening project Config file '/home/burkhard/.side-dir-config/sideproject.cfg'

trying to open file '/home/burkhard/.side-dir-config/sideproject.cfg'

file opens with 'SIDEPROJECTCONFIG,EOL'

|SIDEPROJECTCONFIG,EOL| L 1
side config  = |SIDEPROJECTCONFIG|

|PROJECTHOME,/home/burkhard/microcontroller/atmel/projekte,EOL | L 2
sideHome = |/home/burkhard/microcontroller/atmel/projekte|
***This is correct
|EOP,EOL | L 3
deliberately empty

file '/home/burkhard/.side-dir-config/sideproject.cfg' opened

callbacks, on_MainWindow_show, 'globals_GetSideDirectory()'
callbacks, on_MainWindow_show, Set Side Home String '/home/burkhard/microcontroller/atmel/projekte/AVRA'
###see below
callbacks, on_MainWindow_show, Get 'current_file_path' String
***avrsim crashes
burkhard@dk5jg-4:~/microcontroller/atmel/projekte>                   

###
Avrsim adds AVRA to the path and it does not find it of course.

I added this directory and copied the directories of my Test project into it but it is still not found.

Regards,
  Burkhard