mingw errors while building a project

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

mingw errors while building a project

1,138 Views
Surya001
Contributor I

We are using MC56F83783 controller, I installed the SDK for the controller as given.

After developing the code and building it, it shows some errors. The errors as follows:

Description Resource Path Location Type
mingw32-make: *** [freemaster/freemaster_appcmd_c.obj] Error 1 project1 C/C++ Problem
mingw32-make: *** [source/main_c.obj] Error 1 project1 C/C++ Problem
mingw32-make: *** [startup/Flash_config_c.obj] Error 1 project1 C/C++ Problem
mingw32-make: *** [startup/MC56F83783_Vectors_c.obj] Error 1 project1 C/C++ Problem
mingw32-make: *** Waiting for unfinished jobs.... project1 C/C++ Problem
mingw32-make: *** [utilities/fsl_assert_min_c.obj] Error 1 project1 C/C++ Problem
Specified file 'folder/project1/board' not found Operating system error: The system cannot find the path specified. project1 C/C++ Problem

0 Kudos
Reply
1 Reply

1,119 Views
xiangjun_rong
NXP TechSupport
NXP TechSupport

Hi,

I suggest you load the example button_toggle_led from the directory in SDK package

 

C:\DriveE\56F83xxxExampleCode\SDK_2_7_3_MC56F83000-EVK_D\boards\evkmc56f83000\driver_examples\gpio

Then try to compile/debug

For the error of your application code, pls upload the project if you can not proceed for the error.

BR

Xiangjun Rong

0 Kudos
Reply