Hi,
I am facing the following error when I am trying to compile my program.
linking... test_LM.axf: Error: L6218E: Undefined symbol GPIODirModeSet (referred from pea0-3). test_LM.axf: Not enough information to produce a FEEDBACK file. test_LM.axf: Not enough information to list image symbols. test_LM.axf: Not enough information to list the image map. test_LM.axf: Finished: 3 information, 0 warning and 1 error messages. Target not created
I am using Keil uvision version4 and the platform I am using is ARM cortexM3(lm3s5791).
Hi John. Did You solve your's problem. I have the same i don't know what header i should use. I'm using LM3S9B96 on evaluation kit and i use LM3Sxxxx.h. This header have gpio.h and there is defined GPIODirModeSet so i don't understand why it does't work :/