> I'm a french student and I'm trying to make microwindows working under eCos. > Here is the step i do . > ecosconfig new pc > After I'm searching in the ecos.ecc file the line "default donsole channel" > and il erase the "#" before "user value" and replace the 0 by a 2, > Then I'm searching startup type , I erase the "#" and replace ROM by floppy. > After that I type > ecosconfig template net > ecosconfig add mw > ecosconfig check > ecosconfig tree > make > > After the compilation, I go to the directory with the source program and i > modify the file target.ld. I add a "0" in the length value. Then I run > i386-elf-gcc -g -D_ECOS -I ../ecos-pc/install/include helloNano.c -I > /home/amira3/Desktop/ecos/packages/services/gfx/mw/current/include/microwin/ > -L ../ecos-pc/install/lib -Ttarget.ld -nostdlib > i386-elf-objcopy -O binary a.out > dd conv=sync if=a.out of=/dev/fd0
Unfortunately, I have never run nano-X with eCos, although others have, and the CVS should support it. Look under the contrib/ecos section or src/ecos sections to see applications examples, they should help. IIRC, seperate threads need to be created for each "application", since they're all linked together. Regards, Greg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]