Author Topic: HELP-OLIMEX-SAM7EX256-OPEN SOURCE TOOLS  (Read 26059 times)

Offline Venetec

  • Newbie
  • *
  • Posts: 9
    • View Profile
Re: HELP-OLIMEX-SAM7EX256-OPEN SOURCE TOOLS
« Reply #15 on: September 30, 2008, 05:57:10 PM »
Hi Mark!
Yes, but the header config.h is in the uTaskerBoot folder; and when compile the console show an error, because it do not find this file; then when I put the file config.h in Applications .. uTaskerV1.3.. the error disappears then I download the program to the kit and the lcd blinking but I can not to make ping.
Cheers
David!

Offline mark

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3236
    • View Profile
    • uTasker
Re: HELP-OLIMEX-SAM7EX256-OPEN SOURCE TOOLS
« Reply #16 on: September 30, 2008, 07:49:29 PM »
David

Every uTasker project has its own config.h and app_hw_sam7x.h file - these are used to configure the individual project.

This means that you should not be missing config.h in the file /Application/uTaskerV1.3 (check the original SW version)

Taking the config.h from the boot loader (which is configuring the boot loader without Ethernet support) and putting it into the uTaskerV1.3 project will allow the project to compile if it was missing but it probably won't allow Ethernet to operate.

Therefore you need to find out why you have lost config.h from the original uTaskerV1.3 project.

regards

Mark