Search Forums by tag:
Serial, mbed, compiler, ethernet, USB, I2C, SPI, interrupt, LCD, library, bug, HTTPServer, CAN, AnalogIn, adc, Power, Ticker, memory, pwm, SD Card, InterruptIn, rpc, Error, SDFileSystem, PwmOut, LocalFileSystem, UART, canbus, driver, TCP, interrupts, rtos, led, libraries, editor, timer, accelerometer, GPS, file, clock, website, C++, SD, frequency, reset, http, LPC11U24, flash, SDCard, RTC, DigitalIn, TCPSocket, problem, printf, Java, Servo, buffer, UDP, SerialPC, DMA, HTTPClient, Sleep, audio, pinball, MODSERIAL, NetServices, socket, array, compile, filesystem, RFID, beta, m3pi, write, LPC1768, multiple, newbie, keyboard, sensor, GPRS, Forum, digitalOut, assembly, debug, hardware, Speed, xbee, AnalogOut, RPCFunction, EthernetNetIf, Download, code, voltage, wait, network, C, suggestion, JTAG, keil, MATLAB, offline, Board, lwip, I2S, dead, Nokia6610, time, bluetooth, WiFly, current, tcp/ip, MODDMA, SPI Slave, pololu, robot, Communication, read, dac, string, pc, binary, filter, copy, USB Host, publish, rs232, DHCP, Host, Data Logging, windows, firmware, malloc, mp3, PCB, gcc, attach, program, fatfilesystem, class, email, arduino, stepper motor, WavePlayer, wifi, Nokia, camera, size, VGA, import, documentation, ide, linux, baud, TextLCD, Cortex-M0, M0, pointers, pullup, Relay, timing, function, latency, serial port, MIDI, compiler error codes, magjack, touch, screen, Production, client, server, stream, HID, breakout, FIFO, prototype, flashing, GPIO, sampling, Analog, display, api, ADXL345, Encoder, DSP, help, motor, sram, suggestions, PING, Terminal, link, browser, Pin, control, Eagle, Modbus, EEPROM, mac, Timeout, fopen, port, updates, usbserial, batteries, DMX, files, USBMIDI, scanf, protocol, PPP, slave, FTP, integer, noise, MODGPS, modem, float, threads, motors, for, monitor, Digital I/O, 7, Windows Serial Driver, pins, keypad, FAT, classes, webserver, delay, variables, time-triggered, c programming, labview, watchdog, post, math, Battery, LPCXpresso, MBED website, GSM, storage, nxp, mobileLCD, license, int, counter, baseboard, Assembler, Vin, rj45, registers, E289, news, i2cmaster, amoled, Compiling, connect, revision, prototype to hardware, UMTSStick, Optocoupler, Robotics, search, oscillator, glitch, Websockets, load, find, real-time, routine, format, offline compile, powersource, driverlibrary, processing, networking, ID, umts, debugging, color, BUTTON, software, PS3, Images, wave, bin, const, SNMP, OSX, supply, peripheral, sensors, data, Design, PID, version, RIT, character, freeze, USBDevice, bus, ARM, wav, SRF08, heap, output, basic, TFT, QVGA, mysql, piezo, update, ID12, Pachube, player, DigitalInOut, object, cmsis, capture, IR, slow, 1768, PSP, OS, syntax, mbed.lib, EmbeddedArtists, NMEA, paste, project, Web, GUI, UART0, firefox, SQL, wakeup, RAM, bitmap, handler, security, 3D, bugs, OLED, Temperature, not, I/O, Bidirectional, rss, wireless, delete, resolved, LED1, LIS302, getc, Safari, Wi-Fi, wiki, PinNames, accounts, PS2, BusOut, projects, RS485, pythonOne minor annoyance is that if a .co.uk link is clicked in the wiki or compiler it forces you to login again at the .org site (despite already being logged in).
Mike Sheldon wrote:
One minor annoyance is that if a .co.uk link is clicked in the wiki or compiler it forces you to login again at the .org site (despite already being logged in).
Figured out how this was happening, and is now fixed!
Thanks,
Dan
Hi,
I've got a problem with the compiler. I'm not able to compile any of my old test programs (all @libmbed rev10).
The problem occurs, when
or
There is no problem, when i creae a new program (right click on 'my programs', 'new program'). (Then it's possible to copy&paste the content of an old program to the new one and it compiles (with libmbed rev12) without the error message (see below)).
The full error message:
Description:
Function "time(std::time_t*)" conflicts with using-declaration of function "std::time(std::time_t*)" (E724)
Ressource:
rtc.h
In Folder:
test_led_1/lib/mbed
Location:
Line: 32, Col: 7
___
Thanks,
Kevin.
Hi Kevin,
For the old library, i'm pretty sure this was a problem in rev10, fixed in rev11.
So if you try http://mbed.org/projects/libraries/svn/mbed/trunk@11 as the (old) mbed library, things should work.
We'll be improving the test setup over the next few weeks, so please tell us if this fixes your problem. If not, it'd be great if you could send the smallest program that reproduces this problem. (You'll even find you can right-click a project now an "publish" it; this pushes a copy of a project to a publishing area, and then you can just post the link - a bit clunky at the moment, but we'll be aiming to improve this too.
Thanks!
Simon
Simon Ford wrote:
[...] So if you try http://mbed.org/projects/libraries/svn/mbed/trunk@11 as the (old) mbed library, things should work. [...]
Confirmed.
Steps:
So, as you said, the problem is in rev10, but i never touched the library (did not click on 'update' fr example), so it's strange, that it worked with rev10 in the past...
But never mind - the solution updating the lib works.
___
thanks for help,
Kevin.
Hi,
When I compile one of the old 'test' programs (which worked fine in the past) I now get the following two errors:
" Undefined symbol __rt_heap_escrow (referred from init_alloc.o). (EL6218E)" in file "/"
" Undefined symbol __rt_heap_expand (referred from init_alloc.o). (EL6218E)" in file "/"
How can I fix those?
The test code is this one:
#include "mbed.h"
DigitalOut myled(LED2);
int main() {
while (1) {
myled = 1;
wait(0.2);
myled = 0;
wait(0.2);
}
}
Thanks,
Axel Wolf wrote:
Guess what...when I import my own project and compile it there are no more errors...!?
Ok, thanks for the report! We'll investigate this and track it down tomorrow. I'd guess it is something like our build upgrades overlooking the fact there could be reminants of old builds or alike.
Thanks again,
Simon
Please log in to post a reply.

This morning saw quite an upheaval as we moved to new servers, a new domain, updated the compiler, put live new libraries and a new website.
Dispite this, it seems to have all gone to plan! You should all still be able to login, all your projects should still build unchanged (unless you update your libraries, which will pull in the new ones: see this post), and everything should be lovely. We'll be cleanning up little things over the next few weeks, but the main work is done, and we think it all works.
However, we may have missed some things, so if you find something not working/confusing/broken, please tell us here!
We'll post more information of what has actually happened and why over the next few days...