You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A) What steps will reproduce the problem?
Background: I had been working on porting Arduino code to PropGCC. Created a
new project,
pasted in text, added include and link for simpletools to project (later on I
noticed the linker section
hadn't been updated with -lsimpletools) - I had been running several edit/build
cycles until I got to:
1. build cycle generated many linker errors after the first clean compile
2. I noticed the Linker section in the Project Manager had not been updated with -lsimpletools
3. I used the "Add Simple Library" button to "fix it up"
4. I scrolled to the top of my source just to see if it put the #include in (I already had one)
- it didn't, I still just had one #include
5. I hit the HAMMER and got the "SimpleIDE.exe has stopped working" dialog box from Windows
6. Captured the screenshot (attached)
7. hit the "Close program" button and SimpleIDE went away
8. Restarted SimpleIDE and it came up in the project I had been working on prior to the Arduino port
9. Opened the Arduino project - the source seems to be intact from the Arduino project and the .side file seems to be up to date
10. compiled again and it returned an error from ld about a missing function (I'm not done porting, so this is totally expected)
11. Don't know if I can recreate this since the SimpleIDE had been running for several hours with much editing,compiling and such going on.
B) What is the expected behavior (output)?
SimpleIDE NOT to stop working
C) What do you see instead?
windows tells me SimpleIDE.ex has stopped
D) Please use references to program elements (labels) and other descriptions
(text) to provide additional information.
E) Classify the bug as one of the following:
2. Medium Priority - until it can be recreated at will?
What version of the product are you using?
SimpleIDE 0.9.17
On what operating system?
Windows 7 Home Premium SP1
Please provide any additional information below.
Original issue reported on code.google.com by [email protected] on 21 Mar 2013 at 9:26
Original issue reported on code.google.com by
[email protected]
on 21 Mar 2013 at 9:26Attachments:
The text was updated successfully, but these errors were encountered: