Okay, I fixed the path...I set the PYTHONPATH in the environment settings
of Windows..when I had it as export PYTHONPATH=/cygdrive/C... it would
append c:\\ to that cygdrive\c path.

Now, I am getting another error related to lm32-elf-ld.exe which I compiled
about 10 days ago...

 CC  main.o
make -C ../../software/libcompiler-rt
make[1]: Entering directory
'/cygdrive/c/GMSAG/CPU_TESTING/MiSOC/misoc/software/libcompiler-rt'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory
'/cygdrive/c/GMSAG/CPU_TESTING/MiSOC/misoc/software/libcompiler-rt'
make -C ../../software/libbase
make[1]: Entering directory
'/cygdrive/c/GMSAG/CPU_TESTING/MiSOC/misoc/software/libbase'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory
'/cygdrive/c/GMSAG/CPU_TESTING/MiSOC/misoc/software/libbase'
make -C ../../software/libnet
make[1]: Entering directory
'/cygdrive/c/GMSAG/CPU_TESTING/MiSOC/misoc/software/libnet'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory
'/cygdrive/c/GMSAG/CPU_TESTING/MiSOC/misoc/software/libnet'
 LD  bios.elf
lm32-elf-ld: isr.o: Relocations in generic ELF (EM: 1638)
isr.o: error adding symbols: File in wrong format
Makefile:20: recipe for target 'bios.elf' failed
make: *** [bios.elf] Error 1





On Wed, Jan 22, 2014 at 12:03 PM, Sébastien Bourdeauducq <
sebastien.bourdeaud...@lekernel.net> wrote:

> On 01/22/2014 06:06 PM, Salman Sheikh wrote:
> > then it still gives an error about misclib not being Imported....is the
> > above path correct?
>
> It is obviously incorrect, you need to remove misoclib. Please read up
> on the way Python import modules.
>
> _______________________________________________
> Devel mailing list
> Devel@lists.milkymist.org
> https://ssl.serverraum.org/lists/listinfo/devel
>



-- 
Even a Smile is charity :)
- Prophet Muhammad
_______________________________________________
Devel mailing list
Devel@lists.milkymist.org
https://ssl.serverraum.org/lists/listinfo/devel

Reply via email to