WineHQ

µC/51

8kB limited demo is free for download

Application Details:

Version: 1.20.05
License: Demo
URL: http://www.wickenhaeuser.de
Votes: 0
Latest Rating: Silver
Latest Wine Version Tested: 1.0-rc4

Maintainers: About Maintainership

No maintainers. Volunteer today!

Free Download µC/51 demo download

Test Results

Old test results
The test results for this version are very old, and as such they may not represent the current state of Wine. Please consider submitting a new test report.
Selected Test Results

What works

- Editor JFE

- umake with a Makefile like this:

######################################################

#

# Makefile

# compile Wickenhaeuser umake with wine/Linux

#

# Kai-Wilhelm Bolte
#

# last change 09.05.2008

#

######################################################


MAKEFILE = main.mak


HOME_VERZEICHNIS = ~

WINE = /usr/bin/wine

UC51_VERZEICHNIS = /wine/dosdevices/c:/uC51


#### Source Code kompilieren

all:

@echo Kompiliere Quellcode...

$(WINE) $(HOME_VERZEICHNIS)$(UC51_VERZEICHNIS)/bin/umake.exe -ex -b -f$(MAKEFILE)


clean:

@echo Lösche Dateien...

rm -rf *.bin *.obj *.hex *.asm *.out *.mem *.s51 *.lnk *.den *.lst


What does not

error when doing a make, but target HEX is generated und working
- Sld51

Workarounds

What was not tested

- Key51 License Manager)
- MakeWiz
- UmShell (umakes Shell)

Hardware tested

Graphics:

  • GPU:
  • Driver:

Additional Comments

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
CurrentopenSUSE 10.3Jun 09 20081.0-rc4Yes Yes NoSilveran anonymous user 

Known Bugs

Bug # Description Status Resolution Other apps affected

Show all bugs

Comments

Comments Disabled

Comments for this application have been disabled because there are no maintainers.
Back