I used export. Like so:

 export PYTHONPATH=/cygdrive/c/GMSAG/CPU_testing/MiSOC/misoc/misoclib/

then it still gives an error about misclib not being Imported....is the
above path correct?


 make: Entering directory
'/cygdrive/c/GMSAG/CPU_TESTING/MiSOC/misoc/software/bios'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: No module named 'misoclib'
 CC  isr.o
 CC  sdram.o
 CC  main.o
main.c: In function 'do_command':
main.c:358: error: expected expression before ')' token
main.c: In function 'main':
main.c:501: error: expected expression before ')' token
Makefile:30: recipe for target 'main.o' failed
make: *** [main.o] Error 1
make: Leaving directory
'/cygdrive/c/GMSAG/CPU_TESTING/MiSOC/misoc/software/bios'
Traceback (most recent call last):
  File "./make.py", line 112, in <module>
    main()
  File "./make.py", line 85, in main
    raise OSError("BIOS build failed")
OSError: BIOS build failed





On Fri, Jan 17, 2014 at 5:32 AM, Sébastien Bourdeauducq <
sebastien.bourdeaud...@lekernel.net> wrote:

> > No difference. PYTHONPATH was empty before I defined it to the MiSOC
> directory and after no difference.
>
> Did you use "export PYTHONPATH=..." or just "PYTHONPATH=..."? The 1st
> one would be better.
>
> _______________________________________________
> 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