View Single Post
  #15   Spotlight this post!  
Unread 20-01-2004, 16:11
Jeff McCune's Avatar
Jeff McCune Jeff McCune is offline
Alpha Geek
#0677 (The Wirestrippers)
Team Role: Mentor
 
Join Date: Jan 2003
Location: The Ohio State University
Posts: 67
Jeff McCune is on a distinguished road
Send a message via ICQ to Jeff McCune Send a message via AIM to Jeff McCune
Re: Linux: steps to program fullsize RC robot

Thanks for the advice... One step closer in the right direction, but still not there. Hopefully if I can get this working, I can document the process and perhaps package something nice for people to easily get development up and running in Linux. Hopefully it'll help you focus on the excellent work you're doing with the clone of the IFI loader.

I copied my msvcrt.dll from my Windows XP machine (The copy in C:\Windows\System32, there were many copies) into my .../fake_windows/Windows/System32 directory in Linux. I made sure that msvcrt is trying to load native before loading the builtin. It now just refuses to load the exe with the following error:

Code:
silas@frink:/var/silas/public/first2004/Code/code$ wine -- "C:\\mcc18\\bin\\mcc18.exe" -p=18F8520 -fo "F:\\Code\\code\\main.o" "F:\\Code\\code\\main.c"
find: /usr/bin/../lost+found: Permission denied
err:module:LdrInitializeThunk Main exe initialization failed, status c0000142
Wine failed with return code 1
Any more suggestions? Are you using built-ins from a full install of Windows? I'd like not to do this, but I have Windows XP and Windwos 98 lying around that I can copy the DLL's from if need be.

Thanks again for your help with this.

Here's what my ~/.wine/config looks like:
Code:
(Deleted because it was flippin' huge.  My windows version line was wrong, see below for fix)
__________________
Team 677 - The Wirestrippers - Columbus School for Girls and The Ohio State University
EMAIL: mccune@ling.ohio-state.edu

...And all you touch and all you see
Is all your life will ever be...

Last edited by Jeff McCune : 20-01-2004 at 18:56.