This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: booting from floppy - target intel ix86 pc


Srinivasan Sriram wrote:
> 
> My intention is to disable remote debugging, load my
> hello program on the floppy and boot and run from the
> floppy and not remote debugging...something like ....

Okay, for a start don't enable CYGSEM_HAL_ROM_MONITOR then.
 
> make[1]: Leaving directory
> `/home/kavita/ecos/ecos-1.3.1/myecos/hal/common/v1_3_1'
> make -r -C hal/i386/arch/v1_3_1
> /home/kavita/ecos/ecos-1.3.1/myecos/install/lib/vectors.o
> make[1]: Entering directory
> `/home/kavita/ecos/ecos-1.3.1/myecos/hal/i386/arch/v1_3_1'
> i386-elf-gcc -Wp,-MD,vectors.tmp
> -I/home/kavita/ecos/ecos-1.3.1/myecos/install/include
> -I/home/kavita/ecos/ecos-1.3.1/packages/hal/i386/arch/v1_3_1
> -I/home/kavita/ecos/ecos-1.3.1/packages/hal/i386/arch/v1_3_1/src
> -I/home/kavita/ecos/ecos-1.3.1/packages/hal/i386/arch/v1_3_1/tests
> -I.
> -Wall -Wpointer-arith -Wstrict-prototypes -Winline
> -Wundef -Woverloaded-virtual -g -O2
> -ffunction-sections -fdata-sections -fno-rtti
> -fno-exceptions -fvtable-gc -finit-priority -c -o
> /home/kavita/ecos/ecos-1.3.1/myecos/install/lib/vectors.o
> /home/kavita/ecos/ecos-1.3.1/packages/hal/i386/arch/v1_3_1/src/vectors.S
> /tmp/ccHNTIng.s: Assembler messages:
> /tmp/ccHNTIng.s:1229: Error: Rest of line ignored.
> First ignored character is `3'.

You should find out what this line is. Do this by going into
/home/kavita/ecos/ecos-1.3.1/myecos/hal/i386/arch/v1_3_1 and typing the
above i386-elf-gcc line, but also add "--save-temps". You should then be
pointed at a line number in a file that is kept after the compilation
finishes - the above /tmp/ccGNTIng.s file will always be deleted.

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine
Come to the Red Hat TechWorld open source conference in Brussels!
Keynotes, techie talks and exhibitions    http://www.redhat-techworld.com/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]