mcBuilder - All Issues Thread
Up to Development Discussion
Thought I'd put together a spot to post questions specifically about mcBuilder
1. to start out with, as I mentioned, I don't think the debug system is getting loaded correctly
2. Can't figure out how to connect up using the USB console to my controller, doesn't seem to identify the connection . therefore i can't send commands or recieve either.
3. the builder shows errors that are generated in other areas of code that the user may not have modified. this may cause confusion as they are more related to branch code than core code. Supposedly the user only cares about what they are working on.
using windows XP and mcbuilder Alpha
This tool seems awesome and I hope to use it for a full-on project soon.
will post later with more thoughts.
I believe I am having the same problem as Aaron with the USB. It's not that the project I built is using USB and that is missing. It's that when I open the USB Console, nothing shows up in the ports list so I can't use whatever features are available there (I would assume OSC commands and uploading firmware).
MC Helper works fine for me as far as recognizing the MC as COM6 and "Samba Board".
MCBuilder aslo seems to crash every few minutes on the laptop I am using (XP Pro SP2) Here is the message in the Event Viewer:
Faulting application mcbuilder.exe, version 0.0.0.0, faulting module unknown, version 0.0.0.0, fault address 0x100011c5.
If I don't close the error message I can still edit the file I was working on and even build it. I didn't realize this the first time it crashed so I lost some changes, but the next time I did find I could save the files and do a copy/paste into notepad just to make sure I had the code. Let me know if you need any other info about the error.
I like the potential of this project, it will make it a lot easier for people to get into programming the MC without having to setup a larger IDE like Eclipse.
I've never seen the intermittent crashing, though. Does that correspond to any kind of events that you could observe, or does it really just seem to happen every once in a while?
Thanks for the report.I'm running Mac OS 10.5.3, using the upload helper for leopard with mcbuilder. Earlier, it was mentioned the Mac OS X version seemed to be working, however I copied and pasted the same code as the original "blinking" make.c file (and took out the network and OSC code lines). I've selected both OSC and USB boxes in the info window, yet after erasing the board, replugging and uploading the code via mcbuilder, there's no response (ie no blinking). Are there still bugs in this area or have I (not-surprisingly) missed something?
Thanks
I've gotten a chance to get back into the mcbuilder, but I can't get the USB console to work either, and with the same symptoms as above, so it must be a general issue
Also, if I activate the network system, I get a compile errors from WebServer_SetActive, and the build fails.
Using a Windows XP desktop PC
I just got back into using mcbuilder, and I'm now having problems with the xbee system. Everything else works fine, servo, digitalout, analogin etc.
All of my lines containing Xbee commands (getpacket and stuff) generate errors.
Any ideas?
it doesn't recognize the functions, like as if the library weren't loading correctly. It gets included fine, but wherever I make a command I get a compile error.
Hi!
I started using mcbuilder and ran into some problems that might have been resolved already but I'm not sure.
When I try to compile an unmodified Heavy 1.5 firmware with mcbuilder 0.2 on windows xp sp2:
line52: WebServerOsc_ReceiveMessage undeclared
When I comment out line 52 and recompile I get:
Undefined reference to the Xbee as mentionned in a parent post
After commenting out the Xbee lines, the project compiles fine. Uploads fine.
But then the board cannot be found via OSC (usb and udp).
Also when trying to compile the Solo firmware, I get:
arm-elf-gcc: no input files (Build failed)
Maybe a newbie error on my part? I don't get it.
