Importing Keil project

Sysprogs forums Forums VisualGDB Importing Keil project

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #20962
    Axel Schmidt
    Participant

    Hi,

    I just imported a existing & running Keil project. Import works fine, compiling fails.

    Reason: the project contains web pages in web.c, which are probably not recognized.

    static const U8 Web[51036] = {
    /*-- File: index.cgi, 4752 bytes --*/
     0x01,0x3C,0x68,0x74,0x6D,0x6C,0x3E,0x3C,0x68,0x65,0x61,0x64,0x3E,0x3C,0x74,0x69,
     0x74,0x6C,0x65,0x3E,0x57,0x69,0x4F,0x2D,0x34,0x20,0x50,0x72,0x6F,0x63,0x65,0x73,
     0x73,0x20,0x73,0x74,0x61,0x74,0x75,0x73,0x3C,0x2F,0x74,0x69,0x74,0x6C,0x65,0x3E,
     0x01,0x3C,0x73,0x63,0x72,0x69,0x70,0x74,0x20,0x6C,0x61,0x6E,0x67,0x75,0x61,0x67,
     0x65,0x3D,0x4A,0x61,0x76,0x61,0x53,0x63,0x72,0x69,0x70,0x74,0x20,0x74,0x79,0x70,
     0x65,0x3D,0x22,0x74,0x65,0x78,0x74,0x2F,0x6A,0x61,0x76,0x61,0x73,0x63,0x72,0x69,
     0x70,0x74,0x22,0x20,0x73,0x72,0x63,0x3D,0x22,0x78,0x6D,0x6C,0x5F,0x68,0x74,0x74,
     0x70,0x2E,0x6A,0x73,0x22,0x3E,0x3C,0x2F,0x73,0x63,0x72,0x69,0x70,0x74,0x3E,0x01,
     0x3C,0x73,0x63,0x72,0x69,0x70,0x74,0x20,0x6C,0x61,0x6E,0x67,0x75,0x61,0x67,0x65,
     0x3D,0x4A,0x61,0x76,0x61,0x53,0x63,0x72,0x69,0x70,0x74,0x20,0x74,0x79,0x70,0x65,
    ...

    What can I do?
    Best regards
    Axel

    • This topic was modified 5 years, 11 months ago by support. Reason: formatting
    #20964
    support
    Keymaster

    Hi,

    This code looks totally OK from the gcc standpoint. If might not compile if the header defining U8 is not included, but otherwise it should work.

    Please feel free to attach the exact error message you get so that we could give you better advice.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.