Commit Graph

78 Commits

Author SHA1 Message Date
Stefan `Sec` Zehl 1554d114d1 Make it work on FreeBSD, too. 2012-01-03 00:10:56 +01:00
Stefan `Sec` Zehl 60da28cddd Following the idea of
9beb9bbaae
make the simulator timing more accurate.
2012-01-03 00:05:44 +01:00
bernd c3d1b63c2a Added mktable.pl to make Makefiles happy in simulat0r tree 2011-12-30 03:57:06 +01:00
bernd 52222b35ed Copy EXPORTS file into simulat0r 2011-12-30 03:47:32 +01:00
bernd dac415ab16 Added linking with libflame 2011-12-28 22:44:11 +01:00
bernd b4915949b3 Removed dangling bridge files 2011-12-28 22:33:06 +01:00
bernd 1a4e44431a Added some more functions 2011-12-28 21:43:34 +01:00
bernd 84f71b71ed Added notification about dangling bridge files. 2011-12-28 21:42:28 +01:00
bernd 5e8059441b Script update-bridge-files.sh needs to be invoked with bash instead of sh now. 2011-12-28 21:41:57 +01:00
Stefan Tomanek c6fecb625a use /bin/sh syntax instead of bashism 2011-08-13 11:23:11 +02:00
Rainer Mueller 12f3a37fe8 Weak aliasing is not supported with Mach-O
This fixes the simulator for Mac OS X.
2011-08-12 19:10:40 +02:00
Rainer Mueller 8af2fb3f08 Use $(CC) for linking 2011-08-12 19:10:39 +02:00
Rainer Mueller 083fd79adc Remove duplicated libbasic 2011-08-12 19:10:39 +02:00
Rainer Mueller de110ea5be Fix update-bridge-files.sh for BSD find
BSD find outputs a trailing slash when given on the command line, GNU
find does not. This can lead to path like firmware//lcd/image.c which
would fail with the used dirname and sed combination.
2011-08-12 19:09:55 +02:00
bernd c8ff3182c0 Avoid fatal error code from pure informational diff command 2011-08-06 16:58:44 +02:00
bernd b47978690d Adjust simulat0r .gitignore files to match r0ket 2011-08-06 16:52:48 +02:00
bernd 12b98a8bd6 Provide a dummy secrets file for simulat0r builds 2011-08-06 16:51:37 +02:00
bernd 3308ced1c3 Don´t hide symbols that do not collide with libc 2011-08-06 16:50:25 +02:00
bernd ccb9a6a6c3 Fix warning 2011-08-06 16:45:25 +02:00
bernd 66d742fe8c Fix warning 2011-08-06 16:44:48 +02:00
bernd f2907a3db1 Give a cp suggestion to fix .gitignore mismatches 2011-08-06 16:44:01 +02:00
bernd b4c80c480c Added dummy implementation for GetChrgStat to simulat0r 2011-08-05 03:12:41 +02:00
bernd 2e390b7d8f Whoops... messed up tab 2011-08-04 14:47:37 +02:00
bernd da3db4e7f8 First create autogenerated source file in r0ket, then create bridge files for these 2011-08-04 14:44:10 +02:00
bernd 590346be6b Trigger autogeneration of table files from top level simulat0r Makefile 2011-08-04 14:33:02 +02:00
bernd d500cf0cbc Added some more bridge files to bring new r0ket sources into simulat0r 2011-08-04 14:32:33 +02:00
bernd ebc4c4eca4 Added .gitignore files 2011-08-04 14:32:03 +02:00
bernd 309e8356d6 Added some more bridge files to bring new r0ket sources into simulat0r 2011-08-04 14:14:39 +02:00
bernd fd730c0f75 Added linking with table.o 2011-08-04 14:13:02 +02:00
bernd 1a8d44470b Added table.[ch] to follow r0ket .gitignore 2011-08-04 14:12:32 +02:00
bernd d4ee7554d8 Ignore autogenerated file l0dable/usetable.h
Actually should ignore all .gitignore files somewhen...
2011-08-04 14:10:11 +02:00
bernd 9b7580777f Check all .gitignore files in simulat0r 2011-08-04 13:52:51 +02:00
bernd e32693aad2 removed simulat0r bridge files due to removed r0ket sources 2011-08-03 14:05:03 +02:00
bernd f48538b47c Some Makefile fixes 2011-08-01 17:33:48 +02:00
bernd 8c4ceb16aa Whoops... removed accidental Y-mirror in simulat0r 2011-08-01 16:51:14 +02:00
bernd cf92a1c00b use the new config include in simulat0r 2011-08-01 06:13:29 +02:00
bernd aa95549b2f Yet another bridge file 2011-08-01 05:59:45 +02:00
bernd 2e1587103c Merge git://github.com/r0ket/r0ket 2011-08-01 05:55:02 +02:00
bernd 86381283d1 Added some more bridge files to bring new r0ket sources into simulat0r 2011-08-01 05:54:40 +02:00
bernd f43feaeda3 Added test script to build all applications as firmware and simulat0r 2011-08-01 05:51:42 +02:00
Rainer Mueller 377d614c38 Fix build on Mac OS X
The header stdio.h on Mac OS X includes some defines to do buffer
overflow checks if using _FORTIFY_SOURCE > 2, which is the default.
Defining _FORTIFY_SOURCE=0 disables this behavior.

The Mac OS X linker ld64 has problem with common symbols in static
archives. The workaround here is to run 'ranlib -c' on the static
archive.
2011-08-01 05:45:16 +02:00
bernd a0b26e40a9 Added some more bridge files to bring new r0ket sources into simulat0r 2011-08-01 04:44:42 +02:00
bernd 91ed6e7ba2 Unhate Sec by following the new global config framework 2011-08-01 04:23:50 +02:00
bernd d7990ec434 Link with liblcd a second time, silence some warning about cmake behaviour 2011-07-29 07:06:50 +02:00
bernd 020c4d8190 Cleanup: use r0ket source expect for that one init function 2011-07-29 07:06:12 +02:00
bernd aed4765bf8 Added some more bridge files for simulat0r 2011-07-29 04:47:15 +02:00
bernd ad81bd24ac Added some more bridge files for simulat0r 2011-07-29 04:37:52 +02:00
bernd 9d933f7d4c Use untracked Makefile.sitespecific to optionally override some build flags 2011-07-29 04:33:29 +02:00
bernd 959ff32306 Provide time_t for globalconfig in simulat0r 2011-07-28 02:21:27 +02:00
bernd 001974153a Follow change of lcd_lyout to globalconfig.lcdstate in simulat0r 2011-07-28 02:20:00 +02:00