+ Reply to Thread
Page 2 of 2 FirstFirst 1 2
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 ...

  1. #21
    Junior Member
    Join Date
    Sep 2007
    Posts
    82
    Thanks
    0
    Thanked 0 Times in 0 Posts
    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 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

  2. #22
    Member
    Join Date
    Jan 2008
    Location
    Indonesia
    Posts
    106
    Thanks
    0
    Thanked 0 Times in 0 Posts
    I 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...

  3. #23
    pmp
    pmp nincs online
    Freshman
    Join Date
    Sep 2008
    Posts
    36
    Thanks
    0
    Thanked 3 Times in 2 Posts
    now ,this work is about done