Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - mikaelo

Pages: [1]
1
I did find it in a file not included in the project: config-sam7x-reference.h

After copying the section to config.h, it builds.


Mikael

2
I change the definition in config.h
Code: [Select]
#ifdef _HW_SAM7X
    //#define SAM7X_EVAL                                                   // evaluation board from ATMEL
    #define OLIMEX_EX256 

and removed the  #if FILE_SYSTEM_SIZE >= (160*1024) parts in app_hw_sam7x.h as suggested in the similar thread earlier.

Now however I get:
Code: [Select]
Build active project — 109 ms — 4 errors
  Building “uTaskerV13” in configuration “THUMB Flash Debug” — 4 errors
    Compiling webutils.c — 4 errors
      H:/ARM_Projects/Applications/uTaskerV1.3/Rowley_SAM7X/../../../stack/webutils.c: In function 'fnVerifyUser':
      'POINTER_USER_NAME' undeclared (first use in this function)
      (Each undeclared identifier is reported only once
      for each function it appears in.)
      'POINTER_USER_PASS' undeclared (first use in this function)
Build failed


and I can't find this definition.



Pages: [1]