- Status Closed
- Percent Complete
- Task Type Bugs
- Category User Interface → Simulator
- Assigned To No-one
- Operating System All players
- Severity Low
- Priority Very Low
- Reported Version Daily build (which?)
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#12564 - win32 cross-compiled sim does not build since 5b4a6c4
The win32 cross-compiled sim does not build since the 5b4a6c4 commit. The previous commit (cf333a6) builds correctly.
The following warning/errors occur during the build of an e200 sim:
CC firmware/target/hosted/debug-hosted.c
firmware/target/hosted/debug-hosted.c: In function ‘debug_exit’:
firmware/target/hosted/debug-hosted.c:32: warning: implicit declaration of function ‘SetConsoleOutputCP’
firmware/target/hosted/debug-hosted.c: In function ‘debug_init’:
firmware/target/hosted/debug-hosted.c:37: warning: implicit declaration of function ‘GetConsoleOutputCP’
firmware/target/hosted/debug-hosted.c:41: warning: implicit declaration of function ‘atexit’
LD rockboxui.exe
e200-sim/firmware/libfirmware.a(debug-hosted.o): In function `debug_exit':
firmware/target/hosted/debug-hosted.c:32: undefined reference to `_SetConsoleOutputCP'
e200-sim/firmware/libfirmware.a(debug-hosted.o): In function `debug_init':
firmware/target/hosted/debug-hosted.c:37: undefined reference to `_GetConsoleOutputCP'
firmware/target/hosted/debug-hosted.c:40: undefined reference to `_SetConsoleOutputCP'
collect2: ld returned 1 exit status
make: *** [e200-sim/rockboxui.exe] Error 1
2012-01-25 21:50
Reason for closing: Fixed
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407
Commit 63ddd15
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
I can reproduce this issue using the mingw-cross-env toolchain.