Re: parse problem

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



At 13:58 15.04.2008 +0200, Falay Oguz wrote:
>Hi,
>
>I receive the following error:
>
>------------------------------------------------------------------------------------------------------------------------------------
>make main.elf 
>make[1]: Entering directory `/drive/c/Documents and Settings/czfal.ADSOCAGCH/ibm'
>Linking application pkt_proc
>powerpc-ibm-eabi-ld --print-map > map --script mapfile -o main.elf boot.o crt0.o eabi.o main.o
>powerpc-ibm-eabi-ld:mapfile:64: parse error
>make[1]: *** [main.elf] Error 1
>make[1]: Leaving directory `/drive/c/Documents and Settings/czfal.ADSOCAGCH/ibm'
>make: *** [main] Error 2
>------------------------------------------------------------------------------------------------------------------------------------
>
>The linker script looks like:
>
>MEMORY
>{
>  ddr   : ORIGIN = 0x00000000, LENGTH = 32m
>  sram  : ORIGIN = 0x10000000, LENGTH = 2m
>  flash : ORIGIN = 0xFE000000, LENGTH = 32m - 4 
>  boot  : ORIGIN = 0xFFFFFFFC, LENGTH = 4
>}
>
>ENTRY(_boot)
>
>SECTIONS {
>.text:    <<<<--------- LINE 64

Maybe have a look at file endings (dos/unix endings).

bye  Fabi



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux