Hi all,

This is my first post, hope the next ones I'll help more the be helped.
I currently porting a medium sized project (~15k lines) from IAR running on Windows to mspgcc running on Linux. It is a test port, we intend to change our platform and Linux + mspgcc, is our target. So here is our problem, after changes in the source code, to syntax adequation. We are having problems to port an specific function, printf and scanf, due to the following error:

util.c: In function `TrataMenu':
util.c:1466: warning: conversion lacks type at end of format
util.c:1466: warning: too many arguments for format

And repeat on and on each time the following structure occurs
printf("\n\rIP[1] = ");
scanf("%h",&buffer[0]);

I use gdbproxy 0.7.1, GDB 6.0 and msp430-gcc 3.2.3

Can somebody help me on this porting issue?

Thanks in advance,

Haroldo Lage
Embedded Systems Developer
http://www.bios.srv.br

Reply via email to