View Single Post
  #2   Spotlight this post!  
Unread 14-01-2006, 12:10
lasindi lasindi is offline
Registered User
FRC #1164 (Project Neo)
Team Role: College Student
 
Join Date: Jan 2004
Rookie Year: 2004
Location: New Mexico
Posts: 11
lasindi is an unknown quantity at this point
Re: I want a version of the mplab compiler for Linux.

Ryan, unfortunately I seem to be getting an error with the linker when I use your configure script. This is the output I get when I do "make" on the default code:
Code:
Linking...
mplink /l\""/opt/mcc18/lib"\" \""18f8722.lkr"\"  \""Z:\home\lasindi\.wine\drive_c\first\default_code\\FRC_library.lib"\" /m\""FrcCode.map"\" /o\""FrcCode.cof"\"
        Microchip MPLINK Linker
        Version 0.0+SVN20050725
DEBUG:Using wine /opt/mcc18//bin/_mplink /l"/opt/mcc18/lib" "18f8722.lkr" "Z:\home\lasindi\.wine\drive_c\first\default_code\FRC_library.lib" /m"FrcCode.map" /o"FrcCode.cof"  to launch mplink
MPLINK 3.90, Linker

Copyright (c) 2004 Microchip Technology Inc.

Error - no input object files specified.

Errors    : 1




Traceback (most recent call last):
  File "/home/lasindi/bin/mplink", line 51, in ?
    raise Exception,"Link Failed"
Exception: Link Failed
make: *** [FrcCode.hex] Error 1
Is there something I need to change in the makefile or configure script, or do you think this is a problem with the mplink wrapper script?

I also wonder whether or not my WINE install might be the problem. I'm running Ubuntu with wine 20050725 (the binary I got using apt-get). Which distro and wine version are you running?