+ Reply to Thread
Results 21 to 23 of 23
M3 Firmware (might be relevant for M6 too)
This is a discussion on M3 Firmware (might be relevant for M6 too) within the Firmware (M3) forums, part of the music card M3 category; Im try again? Editor say:"m3_settings_show.c(7) : fatal error C1083: Cannot open include file: 'stdint.h': No such file or directory". See ...
-
03-05-2008 #21Junior Member
- Join Date
- Sep 2007
- Posts
- 82
- Thanks
- 0
Thanked 0 Times in 0 PostsIm try again? Editor say:"m3_settings_show.c(7) : fatal error C1083: Cannot open include file: 'stdint.h': No such file or directory".
See in your source string:
#include <stdio.h>
#include <stdint.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <sys/mman.h>
#include <assert.h>
May be you found this ( h-files) and attach in yor arch? Or wrote hire, what in this files?
Thanks
-
03-05-2008 #22Member
- Join Date
- Jan 2008
- Location
- Indonesia
- Posts
- 106
- Thanks
- 0
Thanked 0 Times in 0 PostsI think the file is Linux-specific... Anyway, we still depend on libxpm, which is also a Linux-specific library, so you won't get very far from there either. I'd suggest you get a Unix-like environment under Windows. I've heard about Cygwin and Mingw, but I've never actually tried them.
Last edited by wpyh; 03-05-2008 at 04:56 PM. Reason: typo...
-
07-11-2009 #23Freshman
- Join Date
- Sep 2008
- Posts
- 36
- Thanks
- 0
Thanked 3 Times in 2 Postsnow ,this work is about done



Reply With Quote