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]

booting from floppy - target intel ix86 pc



I'm stuck. Can anyone help me out?

I want to create a boot floopy.
In my build tree , I run -

ecosconfig new pc

ecos.ecc is generated.
I modify the configuration file,
CYG_HAL_STARTUP = FLOPPY
CYGSEM_HAL_ROM_MONITOR =1
I disable all GDB options in the .ecc file.

Then, I run
ecosconfig tree

Then
make

The make process halts with the following error
message.
I paste the last few lines
 -------

make[1]: Entering directory
`/home/ecos/ecos-1.3.1/newecos/hal/i386/arch/v1_3_1'
i386-elf-gcc -Wp,-MD,vectors.tmp 
-I/home/ecos/ecos-1.3.1/newecos/install/include
-I/home/ecos/ecos-1.3.1/packages/hal/i386/arch/v1_3_1
-I/home/ecos/ecos-1.3.1/packages/hal/i386/arch/v1_3_1/src
-I/home/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/ecos/ecos-1.3.1/newecos/install/lib/vectors.o
/home/ecos/ecos-1.3.1/packages/hal/i386/arch/v1_3_1/src/vectors.S
/tmp/ccZ6T5rh.s: Assembler messages:
/tmp/ccZ6T5rh.s:1227: Error: Rest of line ignored.
First ignored character is `3'.make[1]: ***
[/home/ecos/ecos-1.3.1/newecos/install/lib/vectors.o]
Error 1
make[1]: Leaving directory
`/home/ecos/ecos-1.3.1/newecos/hal/i386/arch/v1_3_1'
make: *** [build] Error 2 

----------

What other option in the .ecc files should be set or
reset to generate the build tree successfully?

Thanks
Kavita

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/


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