KevinSlytherin / simuino

Automatically exported from code.google.com/p/simuino
0 stars 0 forks source link

Simuino fails on Ubuntu 10.04 LTS #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. start simuino 
2. load any sketch
3. run
4. press f (forwad)

What is the expected output? What do you see instead?
Should start program but fails:
  00858000-00859000 r--p 0001c000 08:01 524716     /lib/libgcc_s.so.1                                                                                                                                         │
│                                                             ││      
00859000-0085a000 rw-p 0001d000 08:01 524716     /lib/libgcc_s.so.1             
                                                         │
│                                                             ││          

00af4000-00af5000 r-xp 00000000 00:00 0          [vdso]               │
│                                                             ││          

                                      00b9d000-00c86000 r-xp 00000000 08:01 
393623     /usr/lib/libstdc++.so.6.0.13 ││                                  

                             │
│                                                            
00c86000-00c8a000 r--p 000e9000 08:01 393623     /usr/lib/libstdc++.so.6.0.13   
                                                                  │
│                                                             ││          

00c8a000-00c8b000 rw-p 000ed000 08:01 393623     /usr/lib/libstdc++.so.6.0.13   
                                                    ││                      

                                         │
│      00c8b000-00c92000 rw-p 00000000 00:00 0                ││          

                                                     │
│                                              00d6c000-00d90000 r-xp 
00000000 08:01 658356     /lib/tls/i686/cmov/libm-2.11.1.so                     
                                                         │
│                                                             ││          
                                                       00d90000-00d91000 r--p 
00023000 08:01 658356     /lib/tls/i686/cmov/libm-2.11.1.so                     

│└────────────────────────��
�──────────────────────────�
��──────────────────────────
──────────────────────────��
�──────────────────────────�
��───────────┘
│  00d91000-00d92000 rw-p 00024000 08:01 658356     
/lib/tls/i686/cmov/libm-2.11.1.so───────────────��
�──────────────────────────�
��──────────────────────────
──────────────────────────��
�──────────────────────────�
��
│                                                             ││          
           08048000-08053000 r-xp 00000000 08:01 949480     
/home/abednarski/Applications/simuino/simuino                            │
│                                                             ││          

                         08053000-08054000 r--p 0000a000 08:01 949480     
/home/abednarski/Applications/simuino/simuino                                   

                           │
│                                                             ││ 
08054000-08055000 rw-p 0000b000 08:01 949480     
/home/abednarski/Applications/simuino/simuino                                   
             │
│                                                             ││          

     08055000-08741000 rw-p 00000000 00:00 0         │
│                                                             ││          

                                             08a61000-08aa3000 rw-p 00000000 
00:00 0          [heap]                ││                                   

                            │
│                                             b76f3000-b76f6000 rw-p 00000000 
00:00 0                                                                         
                                                 │
└─────────────────────────��
�──────────────────────────�
��────────┘└────────────────
──────b7706000-b770a000 rw-p 00000000 00:00 0 
──────────────────────────��
�──────────────────────────�
��──────────────────────────
─┘
                                                                                                                              bf841000-bf856000 rw-p 00000000 00:00 0          [stack]

What version of the product are you using? On what operating system?
0.1.7

Please provide any additional information below.
Never was able to start, no other simulator available for Linux :|

Original issue reported on code.google.com by abednars...@gmail.com on 13 Nov 2012 at 9:09

GoogleCodeExporter commented 9 years ago
After installing ncurses-dev all works fine ! Please close the bug. :)

Original comment by abednars...@gmail.com on 13 Nov 2012 at 9:20

GoogleCodeExporter commented 9 years ago
OK! I'm glad you solved it!

Original comment by benny.sa...@gmail.com on 15 Nov 2012 at 7:13

GoogleCodeExporter commented 9 years ago
Hi,

I must say it's great project !

One thing which I can't fully understand is how to use libraries, for
example I've third party library:

http://arduino.cc/playground/Code/Timer

how can I used in the simulator ?

Original comment by abednars...@gmail.com on 16 Nov 2012 at 10:40