Author Topic: Simulator error  (Read 7480 times)

Offline bert

  • Newbie
  • *
  • Posts: 15
    • View Profile
Simulator error
« on: September 06, 2008, 07:24:31 PM »
Uziping uTaskerV1.3.0_M5223X.zip", doing the same with "uTaskerV1.3.0_M5223X_SP7.zip"
Rename "config_ref_m5223X_sp7.h" to config.h in \..\uTaskerV1.3
Starting the simulator and i get the following message

--------------------Configuration: uTasker - Win32 Debug--------------------
Linking...
application.obj : error LNK2001: unresolved external symbol _fnServeDelayed
Debug/uTaskerV1-3.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
uTaskerV1-3.exe - 2 error(s), 0 warning(s)

Any ideas??
Thanks!

Offline bert

  • Newbie
  • *
  • Posts: 15
    • View Profile
Re: Simulator error
« Reply #1 on: September 06, 2008, 08:42:41 PM »
Found it!
In config.h the line
  //#define UTASKER_SIM                                                  // simulator HW extension
change to
  #define UTASKER_SIM                                                  // simulator HW extension

/Bert