• Forum
  • Lounge
  • I have a strange, unresolved programming

 
I have a strange, unresolved programming error with Wind River Diab...

It's a specialized version, apparently, of the Wind River Diab compiler that my professor set up for me to code a very specific program under his guidelines ... here's where I asked the question to not have to post again here. You can answer here or on the question, I don't care; I just need this to work soon.

Thanks!

https://stackoverflow.com/questions/24001056/why-am-i-constantly-getting-exited-exitfailure-205
Last edited on
Pointers generally need to point to something. There are some exceptions where a function will fill in a pointer with the address of a static array it has allocated but this instance is not one of those situations.
Topic archived. No new replies allowed.