Hi, deleting "WINDIR=1" on a linux box is not enough, later on I see
--------------- ############################################################################### ## libraries ############################################################################### rm -rf /opt/mspgcc/sf/packaging/build/libraries mkdir /opt/mspgcc/sf/packaging/build/libraries cp -r /opt/mspgcc/sf//libraries/* /opt/mspgcc/sf/packaging/build/libraries cd /opt/mspgcc/sf/packaging/build/libraries; make >/opt/mspgcc/sf/packaging/build/libraries.log 2>&1 make: *** [libraries-build] Fehler 2 --------------- and in "libraries.log" I can read: --------------- make[1]: Betrete Verzeichnis '/opt/mspgcc/sf/packaging/build/libraries' cd mspgcc; make all make[2]: Betrete Verzeichnis '/opt/mspgcc/sf/packaging/build/libraries/mspgcc' msp430-gcc -MM -mmcu=msp1 -O2 -Wall -std=gnu99 -g -I ../include hexdump.c lineeditor.c simple_readline.c fll.c checksum_xor.c ringbuffer_put.c ringbuffer_get.c ringbuffer_clear.c ringbuffer_len.c flash_erase_segment.c flash_lock.c flash_write_byte.c flash_write_word.c hex_decode_inline.c hex_decode.c hex_encode.c hex_fromdigit.c hexdigits.c escape_encode.c escape_decode.c eventhandler_find.c event_scheduler.c > dependencies.d msp430-gcc -MM -mmcu=msp1 -I ../include eventhandler.S eventhandler_idle.S delay.S >> dependencies.d make[2]: Verlasse Verzeichnis '/opt/mspgcc/sf/packaging/build/libraries/mspgcc' make[2]: Betrete Verzeichnis '/opt/mspgcc/sf/packaging/build/libraries/mspgcc' msp430-gcc -mmcu=msp1 -O2 -Wall -std=gnu99 -g -I ../include -c -o hexdump.o hexdump.c cc1: MCU msp1 not supported Known MCU names: msp430x110 ... msp430x5437 msp430x5438 (null):0: confused by earlier errors, bailing out make[2]: *** [hexdump.o] Fehler 1 make[2]: Verlasse Verzeichnis '/opt/mspgcc/sf/packaging/build/libraries/mspgcc' make[1]: *** [all] Fehler 2 make[1]: Verlasse Verzeichnis '/opt/mspgcc/sf/packaging/build/libraries' regards simsys 2009/2/13 Simsys Miller <[email protected]>: > Hi, > > does at the moment not compile on linux. Line 27 of the makefile sets > WINDIR=1 > > and so, make thinks it runs on windows... > > regards > simsys > > > 2009/2/13 Chris Liechti <[email protected]>: >> Wayne Uroda wrote: >>> >>> Any idea what the 'pwd -W' does? >> >> in MSYS/MinGw32: >> >> $ help pwd >> pwd: pwd [-PLW] >> Print the current working directory. With the -P option, pwd prints >> the physical directory, without any symbolic links; the -L option >> makes pwd follow symbolic links; the -W option, pwd prints the Win32 >> value of the physical directory. >> >> >> ------------------------------------------------------------------------------ >> Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA >> -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise >> -Strategies to boost innovation and cut costs with open source participation >> -Receive a $600 discount off the registration fee with the source code: SFAD >> http://p.sf.net/sfu/XcvMzF8H >> _______________________________________________ >> Mspgcc-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/mspgcc-users >> >
