Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[51] getting an error c100 0x0A skipped

Status
Not open for further replies.

sruthipatrudu

Newbie level 1
Joined
Jan 3, 2017
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
11
gps09.c(162): error C100: unprintable character 0xA0 skipped
gps09.c(162): error C100: unprintable character 0xA0 skipped
gps09.c(162): error C100: unprintable character 0xA0 skipped
gps09.c(163): error C100: unprintable character 0xA0 skipped
gps09.c(163): error C100: unprintable character 0xA0 skipped
gps09.c(163): error C100: unprintable character 0xA0 skipped
gps09.c(163): error C100: unprintable character 0xA0 skipped
Target not created.




i want to convert the c code to assembler but i am getting this error.
 

It would help if you showed us the program, especially around line 163. An error message without knowing what it refers to isn't very useful.

As a guess, 'unprintable' suggests you are trying to print something and the print routine doesn't like the character 0xA0. Perhaps it only accepts ascii characters in the range 0x00 to 0x7F.

Brian.
 

Hi,

In your headline you tak about "0x0A" which as ASCII code represents a newline.
But in the error descriptions there you talk about "0xA0" ... which may be an invalid character

Klaus
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top