program generated from makefile doesn't work but from IDE is work

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

program generated from makefile doesn't work but from IDE is work

Jump to solution
1,546 Views
yyLeung
Contributor I
In CodeWarrior IDE version 5.6.1.1506, we use the IDE to build S19 files and download it into GB32 chip via serial bootloader and it function properly.
We tried to use makefile to build a S19 file and download with the same method but it cannot function.
We checked that in S19 file, they are difference.
In our program, we need to use interrupt functions.
If anyone can give hand.
Thanks in advance.

Labels (1)
Tags (1)
0 Kudos
Reply
1 Solution
892 Views
CrasyCat
Specialist III
Hello
 
I suspect there is something wrong or missing in your make file. 
I would recommend you to submit a service request for that to get a support engineer looking into the issue.

Click here to submit a service request.

Make sure to attach a reproducible project and installed product information to the service request.
To generate the required information:
- Start CodeWarrior
- Open the project
- Select "Help" -> "Pack and Go" and follow instructions on the screen.

Attach the generated .zip file to the SR.
 
CrasyCat

View solution in original post

0 Kudos
Reply
1 Reply
893 Views
CrasyCat
Specialist III
Hello
 
I suspect there is something wrong or missing in your make file. 
I would recommend you to submit a service request for that to get a support engineer looking into the issue.

Click here to submit a service request.

Make sure to attach a reproducible project and installed product information to the service request.
To generate the required information:
- Start CodeWarrior
- Open the project
- Select "Help" -> "Pack and Go" and follow instructions on the screen.

Attach the generated .zip file to the SR.
 
CrasyCat
0 Kudos
Reply