linux codewarrior link problem

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

linux codewarrior link problem

1,630 Views
king
Contributor I
Hi
I'm trying to build an application in coldfire platform with CodeWarrior in Linux (version 3.4.0). However, the linker gave an error message:
 
m68k-unlinux/bin/ld.real: crt0.o: No such file
 
Any clue? Thanks.
King
Labels (1)
0 Kudos
1 Reply

431 Views
J2MEJediMaster
Specialist I
Is what you're trying to build contain a crt0.c file? Does that file compile? If not, have you searched for a crt0.c and crt0.o file? If they exist, perhaps a pathname is messed up.

Sorry if these are obvious questions. I'm not that familiar with the Linux version of CodeWarrior.

---Tom
0 Kudos